hoverable tooltips for axes plot lines
In our application, I have created tooltips for plot lines by dynamically modifying the chart configuration when the plot line is hovered over. I think it would be useful to provide this option as a configuration setting, or highcharts plugin to enable this.
Example JS fiddle: http://jsfiddle.net/tw6rmc1r/2/
10
votes
Anonymous
shared this idea
-
NesB commented
This solution works as long as the we have yAxis plotlines for one series, the moment I have multiple series the tooltip for plotLines fails, any suggestions?
-
Sergey commented
how pass own data to plotLine tooltip?
-
Anonymous commented
Nice! Than u, I am using this implementation
-
Thanks for your contribution!