Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Embed chart as iframe #135

Open
mbarton opened this issue Dec 12, 2024 · 0 comments
Open

Embed chart as iframe #135

mbarton opened this issue Dec 12, 2024 · 0 comments

Comments

@mbarton
Copy link
Member

mbarton commented Dec 12, 2024

Related to #33

Some customers may have challenges integrating a React component into their page. They might use a different framework like Angular, Vue, Svelte etc or they might be integrating into a traditional desktop fat client.

To help integration with these customers we could publish a build of the charts as a simple page. It would accept the props for the chart as a hash parameter (to avoid sending our static site the actual data) and then render the chart.

You could then integrate this directly into another web page as an iframe or render it using whatever web view the desktop client supports.

We should publish these pages versioned but also offer a "latest" option. That would have the nice benefit of allowing us to deploy updates to existing users, if the customer were ok with it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant