ThStorm
Posts: 4
Joined: Sat Nov 02, 2019 5:22 pm

Synchronized charts, multiple series, tooltip positioning is different across charts

Hello,

I'm trying to synchronize the tooltip position among different charts with multiple series for each chart
I found out that the tooltip position is different for each chart if the number of series is different. For the same number of series, the tooltip is alligned.

Here is my code : http://jsfiddle.net/liviuoana88/f7gow3k8/1/

Thank you!
dominik.c
Posts: 2081
Joined: Fri Aug 07, 2020 7:07 am

Re: Synchronized charts, multiple series, tooltip positioning is different across charts

Hello ThStorm!

We appreciate you reaching out to us!

I'm not sure if I understand you correctly. The position of the tooltip may be different because (as you said) of data or series. If you want to have the same position for all the charts I suggest using tooltip.positioner in lines 164-168.

API references: https://api.highcharts.com/highcharts/t ... positioner

Best regards!
Dominik Chudy
Highcharts Developer

Return to “Highcharts Usage”