Add extra legends in highcharts using react

21 Views Asked by At

i am using Highcharts with react. I have a line chart with two lines. I want to add some extra customised legends which have no interactions. Those extra legends are just for the view. Existing legends should not loose its interactivity and view. I want to add extra customised legends without disturbing the interactivity and view of the existing legends

I want to add extra customised legends without disturbing the interactivity and view of the existing legends

1

There are 1 best solutions below

1
Michał On

You can simply add a new empty series to achieve this.

Demo: https://codesandbox.io/p/sandbox/legend-item-nmzgvm