Вопрос

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.

Это было полезно?

Решение

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!

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top