# Configuration
If you've been following the docs you'll notice all data and configurations are passed on to Frappe via attrs and props.
You can apply this pattern to any of the configurations found in the Frappe Charts Configuration docs here (opens new window).
Like the title attribute.
title="My Awesome Chart"
Copy
# A note on using the underlying API
You will find the full API docs here (opens new window).
You can utilize the $ref and chart attributes to call the underlying API. For example, let's call the export function:
Copy