highcharts / highcharts/controls
Current options preview not updated by chart modification done outside the controls
Open
- Dominant language
- TypeScript
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
### Description
In a chart demo: hide series in legend; change option via Controls; show the series in legend --> the code ("Current Options") has the series.visible:false. In short: the "current" part of "Current Options" is in question as it can get outdated by changes from outside of Controls.
### Expected
Current options to always reflect the state of `chart.getOptions()`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.