Page 1 of 1

Single legend representing multiple series

Posted: Wed Aug 10, 2022 12:51 pm
by vinita
I can use showInLegend to hide legends when there are multiple series. Is it possible to represent all the series by single legend? Thank you!

Re: Single legend representing multiple series

Posted: Wed Aug 10, 2022 1:23 pm
by michal.f
Hello,

Yes, you can use linkedTo property to link some series with others.

Demo: https://jsfiddle.net/BlackLabel/ju83nosf/
API: https://api.highcharts.com/highcharts/s ... e.linkedTo

Best regards!