Updating pane dynamically does not have any effect #6438
Closed
Labels
Comments
Thanks for reporting! The pane options currently are passed on to Axis objects, and pane backgrounds are axis plot bands. This architecture hasn't proved very stable, and possibly we should create more standalone Pane objects. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected behaviour
Using
chart.update({ pane })
, the pane should be updated according the new options.Actual behaviour
Updating pane does not have any impact on the chart.
Live demo with steps to reproduce
http://jsfiddle.net/0xL048um/
Possible workaround
Remove the pane from
chart.panes
and update the axeshttp://jsfiddle.net/0xL048um/2/
The text was updated successfully, but these errors were encountered: