Reputation: 39258
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?
Upvotes: 0
Views: 7458
Reputation: 3254
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
Upvotes: 3