Frage

Is there any possibility to stop rendering a chart in high chart on legendItemclick event.

In my current scenario , there are six columns, where the second column is placed in mid of the first column , using series.PointWidth and series.groupPadding options and respectively for other columns. when I click on any legend the columns are collapsed and irregular. I just want to place the other column in same position and just hide other column for which the legend is toggled.

War es hilfreich?

Lösung

In general it should be possible to achieve with ignoreHiddenSeries: false, but looks like it's a little buggy: http://jsfiddle.net/6GCbp/. Reported here, thanks!

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top