Hide a serie in the legend
It would be useful to have the posibility for each serie to show or hide it in the legend. ( I mean programmaticaly)
4
votes
Poomchaka
shared this idea
-
Charles Beaudin commented
It does not seem possible to do it when you create the chart initially. Although it is possible to specify for each serie whether it is checked in the legend. It could be usefull to specify the serie visibility when we create the chart.
-
Vineet Mehta commented
You can do that programatically by calling this.hide() or this.show() on legendItemClick events in series.
Or you can can get series object from chart and hide it.
chart.get("series id").hide()