Search found 3 matches

Go to advanced search

by ricardo.de.beijer
Mon Sep 20, 2021 10:35 am
Forum: Highcharts Usage
Topic: Synchronized charts: only show tooltip when X value is the same
Replies: 15
Views: 2497
 
Jump to post

Re: Synchronized charts: only show tooltip when X value is the same

Hello, Thanks for your reply, with the help of your jsfiddle I was able to figure it out! I changed L11 from if (p.index === point.index && .. to if (p.x=== point.x && .... And that was enough to get it working for me! I also added the following on L15, to also have a crosshair shown...
by ricardo.de.beijer
Thu Sep 16, 2021 2:46 pm
Forum: Highcharts Usage
Topic: Synchronized charts: only show tooltip when X value is the same
Replies: 15
Views: 2497
 
Jump to post

Re: Synchronized charts: only show tooltip when X value is the same

Hello Sebastian, Thanks for your reply. To recap/explain the requirements I have: - I have two charts, which are synchronized with each other. - Each chart has its own tooltip. This is also fine. But if changing this to one tooltip would solve it, that could also be a solution. Currently both toolti...
by ricardo.de.beijer
Tue Sep 14, 2021 3:36 pm
Forum: Highcharts Usage
Topic: Synchronized charts: only show tooltip when X value is the same
Replies: 15
Views: 2497
 
Jump to post

Synchronized charts: only show tooltip when X value is the same

Hello, I have a question regarding sychronized charts in combination with showing the crosshair/tooltip at specific moments. I want to show the tooltips in both graphs if the X value at both points is the exact same, like below intented.png I do NOT want to show the tooltip if one of the points is o...

Go to advanced search