Embed Charts with the Embedding SDK
You can embed a chart into a web application with the Embedding SDK, which allows you to make more flexible adjustments to chart settings and rendering.
You can use the embedding SDK to do the following tasks:
Add filters dynamically
Change the size and style of the chart
Refresh on demand
Save charts as an image
To embed a chart with the SDK, you need to:
Enable embedding for the chart.
Allow embedded chart filtering on certain fields by specifying filterable fields. Don't include fields that may reveal sensitive data.
Have the chart ID and base URL strings.
To learn more, see Get Started with the Embedding SDK.