How to turn off the event of legend mouse over in echarts?

when the mouse passes over the legend, it will display a numeric value. How to shield its events?
clipboard.png

Dec.05,2021
There is a legendHoverLink property in

series, which is set to false


when the mouse passes over the legend, the default event is that the corresponding color is highlighted. The value shown in your picture should be the label set in series


there is no way to solve it, only the button legend {selectedMode:false}

can be blocked.
Menu