You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And off course there's nowhere the listener is unattached, and the callbacks stack for each visit on the page with the chart.
Is it a misconfiguration from my side?
Wouldn't be better just to put the <div> container above the script then call the script without any decoration, as the container would be in the DOM at the moment of the call?
The text was updated successfully, but these errors were encountered:
Hello,
In my application, if I load the charts on a page then follow a link to another page, I got this message:
Uncaught Highcharts error #13: www.highcharts.com/errors/13
This doesn't prevent the system to work properly (if I come back to the chart, it will be displayed well again).
It turns out the code generated is like this:
And off course there's nowhere the listener is unattached, and the callbacks stack for each visit on the page with the chart.
Is it a misconfiguration from my side?
Wouldn't be better just to put the
<div>
container above the script then call the script without any decoration, as the container would be in the DOM at the moment of the call?The text was updated successfully, but these errors were encountered: