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
Comments
Post a Comment