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

Handle improperly destroyed charts #825

Open
Caele opened this issue May 16, 2022 · 0 comments
Open

Handle improperly destroyed charts #825

Caele opened this issue May 16, 2022 · 0 comments
Labels
api-stardust JavaScript library for building mashups

Comments

@Caele
Copy link
Collaborator

Caele commented May 16, 2022

🚀 Feature

Nebula should throw errors if a chart is not destroyed properly while any other resource (dom element, app) is removed.

Motivation

If a page tries to show and switch between charts it is quite easy to miss properly destroying the charts in between. This can lead to unrecognisable errors from within the chart as it might try to render even if the element dissapeard. This is likely even more prevalent when devloping a new chart.

@Caele Caele added the api-stardust JavaScript library for building mashups label May 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api-stardust JavaScript library for building mashups
Projects
None yet
Development

No branches or pull requests

1 participant