javascript - How can I hide series from a HighCharts legend? -


i have 4 series in chart. 2 visible when chart loads. 2 hidden.

when user zooms in, visibility switches.

how can have legend displays 2 visible series?

pass showinlegend parameter series don't want visible in legend like:

series.showinlegend = false; 

Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -