简体   繁体   中英

Highcharts: Change hover style in line chart when hovering over legend

The default behavior of the line chart is to provide a hover state when hovering over the legend. The hover action also affects the style of the series pertaining to the current legend item. Is there a way to control the styles applied to the series when hovering over the legend? I would like to control the width of the series in the chart when the legend is being hovered over. Any suggestions?

Probably this API might help you.

API: plotOptions.line.states.hover.lineWidth Link: http://api.highcharts.com/highcharts#plotOptions.line.states.hover.lineWidth

Jsfiddle link: jsfiddle

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM