Closed SkyEyes closed 9 years ago
Probably you want to change some default from Highstock? Personally I like the default enabled crosshair in Highstock, but I don't like the default shared property in Highstock, this makes it often very counter intuitive to read the values in the tooltip because they are often in a different order than the graphs on the display (see attached image). See also http://api.highcharts.com/highstock#tooltip.shared.
Personally I would prefer it if the tooltip would show up on the cross-hair position for each line graph positioned near each line (but I think this is not a possibility in highcharts/highstock?).
Hi Batilan,
From a high level - So ideally we want to switch out of highcharts/highstock to something like nvd3. But, unfortunately, the project is not currently maintained by anyone as such, because of other commitments. If you or anyone you know would like to submit it a pull request with the fix i will merge it in.
Regarding the tooltip appearing for the nearest line - according to the link you gave I think it should behave the way you want it if you turn it to false. Have you tried it? Let me know if it worked or not.
Is that possible to switch from HighStock to HighCharts?