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
I've been working on an integration of ApexCharts (which uses this library) with TiddlyWiki and noticed some exceptions in the console. I've tracked them down to the code below that has issues where the size of the chart has been set to 0 during code that is disposing of dynamically-generated charts.
I've been working on an integration of ApexCharts (which uses this library) with TiddlyWiki and noticed some exceptions in the console. I've tracked them down to the code below that has issues where the size of the chart has been set to 0 during code that is disposing of dynamically-generated charts.
svg.resize.js/src/svg.resize.js
Line 461 in b62a7b8
Needs the following after it:
and
svg.resize.js/src/svg.resize.js
Line 464 in b62a7b8
needs the following after it:
Edit: It has occurred to me that this could also be done like:
and
The text was updated successfully, but these errors were encountered: