Question

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.

Était-ce utile?

La solution

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!

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top