-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Description
When new options are provided to the chart and updateOptions is called while there are hidden series, the series data in the initialConfig are cleared
apexcharts.js/src/modules/Series.js
Line 104 in 0e7addc
| series = this.emptyCollapsedSeries(series) |
Steps to Reproduce
- console.log
chart.w.globals.initialConfig.serieswith a hidden series - Update the series using
chart.updateOptions - console.log
chart.w.globals.initialConfig.serieswith a hidden series
Expected Behavior
I am expecting that initialConfig should always provide unadulterated initial config
Actual Behavior
initialConfig removes data from hidden series
Screenshots
Reproduction Link
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working