-
-
Couldn't load subscription status.
- Fork 1.4k
Description
scenario: we have a set of synced time-series line charts, and some tickboxes de/selects one or more for subsequent re-charting. when a chart is deselected we call some_particular_chart.destroy() to get rid of it.
with plain js apexcharts release 3.20 this works fine, but with release 3.22.1 the deselected chart remains on screen and some (all?) of its events remain active. there are no js console errors or warnings or exceptions.
the zombie chart is no longer synchronised with the others if i perform a selection zoom on one of the other charts, ditto pan on
one of the other charts; however, doing a selection zoom on the zombie chart does trigger updates on the other charts but NOT on the zombie itself.