문제

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