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

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -