Embed Charts in Your Web Application¶
As a dashboard Author, you can allow your charts to be embedded in external websites or shared via links. You can either:
- Embed an unauthenticated chart which is viewable by anyone, or
- Embed a chart which requires users to authenticate through an Embedding Authentication Provider.
You can control embedded charts programmatically with the Embedding SDK, or use static HTML with an iframe.
To learn how to embed charts in a web application, see the Embedding Tutorials.
Give Feedback