🚀 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.
🚀 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.