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
Fixes#12032 - the problem in the issue was that chart.destroy was being called in onClick, which is probably not the right way to use chart.destroy (ideally, it would be wrapped in requestAnimationFrame or setTimeout), but with this PR, similar issues related to chart.destoy() being called at the wrong time should have less impact on plugins.
Fixes #12032 - the problem in the issue was that
chart.destroywas being called inonClick, which is probably not the right way to usechart.destroy(ideally, it would be wrapped inrequestAnimationFrameorsetTimeout), but with this PR, similar issues related to chart.destoy() being called at the wrong time should have less impact on plugins.