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.
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b36580-2b553.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b36580-2b553.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?