terrahound
Posts: 10
Joined: Tue Sep 01, 2015 6:45 am

Display Multiple tooltips for each categories

I would like to know if it's possible to toggle the display of multiple tooltips for each categories of a targetted series item.
Image

Thank you
mateusz.b
Posts: 2006
Joined: Tue Jul 13, 2021 11:34 am

Re: Display Multiple tooltips for each categories

Hello terrahound,

Thanks for contacting us with your question.

Something like that would be hard to achieve. I would recommend using data labels and toggling them on mouseOver and mouseOut events. You can change the content of these labels with dataLabels.formatter and use various available API options to add styling.
Demo:https://jsfiddle.net/BlackLabel/kwjzuy8t/
API reference: https://api.highcharts.com/highcharts/p ... .formatter,
https://api.highcharts.com/highcharts/p ... .mouseOver

Let me know if you have any further questions!
Best regards!
Mateusz Bernacik
Highcharts Developer
terrahound
Posts: 10
Joined: Tue Sep 01, 2015 6:45 am

Re: Display Multiple tooltips for each categories

Understood, thank you for the suggestion. I think I can go this way
mateusz.b
Posts: 2006
Joined: Tue Jul 13, 2021 11:34 am

Re: Display Multiple tooltips for each categories

You're welcome! In case of any further questions, feel free to contact us again.
Mateusz Bernacik
Highcharts Developer

Return to “Highcharts Usage”