nueza99
Posts: 25
Joined: Tue Aug 18, 2020 5:14 am

My 3rd pane data is not showing in tooltip

Hi, my data, 'Volume 123' is not showing in my tooltip, tried to change the data i found out that, any data that is in 3rd pane, will not be read by my tooltip, Any help is really appreciated

https://jsfiddle.net/4mp7Luba/3/
nueza99
Posts: 25
Joined: Tue Aug 18, 2020 5:14 am

Re: My 3rd pane data is not showing in tooltip

nueza99 wrote: Thu Sep 09, 2021 4:16 am Hi, my data, 'Volume 123' is not showing in my tooltip, tried to change the data i found out that, any data that is in 3rd pane, will not be read by my tooltip, Any help is really appreciated

https://jsfiddle.net/4mp7Luba/4/
this is the correct link
michal.f
Posts: 1114
Joined: Thu Aug 12, 2021 12:04 pm

Re: My 3rd pane data is not showing in tooltip

Hello,

Thanks for contacting us with your question!

Tooltip for the last series not showing because you set it out of the area by setting yAxis.top properties on 100%. Instead of this, you should divide 100% by the number of series you want to show one under the other.

Demo: https://jsfiddle.net/BlackLabel/fvh4gpys/

Let me know if you have any further questions!
Best regards!
Michał Filipiec
Highcharts Developer
https://blacklabel.pl/highcharts/
nueza99
Posts: 25
Joined: Tue Aug 18, 2020 5:14 am

Re: My 3rd pane data is not showing in tooltip

michal.f wrote: Thu Sep 09, 2021 1:52 pm Hello,

Thanks for contacting us with your question!

Tooltip for the last series not showing because you set it out of the area by setting yAxis.top properties on 100%. Instead of this, you should divide 100% by the number of series you want to show one under the other.

Demo: https://jsfiddle.net/BlackLabel/fvh4gpys/

Let me know if you have any further questions!
Best regards!

Hi Thank you, understood now :)
michal.f
Posts: 1114
Joined: Thu Aug 12, 2021 12:04 pm

Re: My 3rd pane data is not showing in tooltip

You're welcome!

Feel free to ask any further questions!
Best regards!
Michał Filipiec
Highcharts Developer
https://blacklabel.pl/highcharts/

Return to “Highcharts Stock”