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()
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()