Skip to content

regression: chart.destroy() no longer works in 3.22.1 #2020

@az143

Description

@az143

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions