Ability to switch types of chart
Ability to switch types of chart - column to line or spline, other types and vice-versa.
3
votes
anonymous
shared this idea
-
Anonymous commented
People can see example here: http://jsfiddle.net/tccpT/
-
The different chart types have their roots deeply in the code, as one chart type refers one JavaScript "class". The best way to swith type of a given series is to pull out the data (from series.options.data), call series.remove() and create a new series of the new type with its data.