highcharts - Update legend to include only series visible after zoom in on range -


i want have legend update show series visible after zoom in on range.

the following seems tell me property on series set.

how can hide series highcharts legend?

the question how determine series visible in range i've zoomed in on?

thanks,

try use series.points.length - if equal 0, should means there no visible plotted points.


Comments

Popular posts from this blog

c++ - End of file on pipe magic during open -

basic authentication with http post params android -

data.table making a copy of table in R -