How to highlight points of multi series in same X value when mouse moves using highcharts? -


considering official demo. when mouse moves somewhere on x axis, point in 1 of 4 series becomes highlight.

how highlight points in same x value series when mouse move?

if understand correctly, need "shared" option in tooltip, i.e.,

tooltip: { shared: true } 

example

http://jsfiddle.net/bv05y6lg/


Comments

Popular posts from this blog

AbotX : How do you create a parallel crawler that stays on and can be added to at run time from new requests -

testing - Detect whether test has failed within fixture -

android - Create single AAR file from multiple modules using Gradle -