Lalit Bhudiya
Lalit Bhudiya

Reputation: 4418

How to zoom chart line same as legend hover and reset automatically on button click in highcharts?

enter image description here

I have mention problem in image for highchart. On mouse hover of Legend particular chart line's width is increased. Same thing i want to perform on label hover or click. Can anyone help please.

Upvotes: 0

Views: 324

Answers (1)

Sebastian Bochan
Sebastian Bochan

Reputation: 37588

You can catch legendItemClick event and modify lineWidth by update function.

http://jsfiddle.net/9PGvf/2/

Zoom can be achieved by setExtremes

Upvotes: 1

Related Questions