Do NOT reDraw after click a legend label
Can HighCharts dont redraw after I click a legend label?
It will be slow when there has a lot of data...
1
vote
Aiur
shared this idea
-
Aiur commented
Thx!! It works!
legendItemClick:function(){this.setVsible(!this.visible, false); return false;}