Reputation: 4418
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
Reputation: 37588
You can catch legendItemClick event and modify lineWidth
by update function.
Zoom can be achieved by setExtremes
Upvotes: 1