Cannot update panes in gauge chart #6089
Comments
I would definitely consider this a bug, it's not a logical limitation from the user's perspective. |
I did some research and found that chart.update with pane is currently not implemented. I agree it is a bug. This is how far I got. The problem now is with the background, which is implemented as a plot band on the pane's first axis. This is a problematic design, especially when it comes to adding, updating and removing, and even on exporting as we have seen before. It is probably not too hard to finish the gist to fix the issue, but we should also consider a different binding between panes and axes. |
Today I also stumbled upon this bug. How far is the progress here, can we expect a fix soon? Or would I need to create a new Chart object in the case I want to update a gauge chart? |
+1 |
… decoupled from Axis. Preparing fix for #6089.
Fixed through 2f49339 |
Behaviour
Function Chart.update() does not seem to update pane in gauge chart. Not sure if this is a bug, as in pre-Chart.update() function era it was not treated as such (#5593)
Live demo
http://jsfiddle.net/d_paul/60dvhrpg/
The text was updated successfully, but these errors were encountered: