Need to show multiple tooltips in the highchart only when multiple series points are overlapping.
same functionality I can achieve through the below link. https://stackoverflow.com/questions/28918567/showing-multiple-tooltips-in-highcharts-simultaneously
But the only problem I am facing here is always showing duplicate tooltip on hover over the single series (Unlike the above example here I am using time-series chart so that the line points will be continuous).
please help me to solve this problem.
Hi @ppotaczek, This is the issue I am facing in this fiddle - brfLdv7o
Showing a blue tooltip, Even though I hovered the yellow series line. please check the attached screenshot.
You can use
tooltip.split
property to render multiple tooltips and hide unnecessary ones in tooltiprefresh
method wrap:Live demo: http://jsfiddle.net/BlackLabel/ymr1xbnh/
Docs: https://www.highcharts.com/docs/extending-highcharts
API Reference:
https://api.highcharts.com/highcharts/tooltip.split
https://api.highcharts.com/highcharts/series.line.point.events.mouseOver