prsaxena
Posts: 1
Joined: Thu May 06, 2021 12:59 pm

Highstock stack chart tooltip based on one series at a time

Hi,

https://codesandbox.io/s/pie-chart-fork ... js:190-934

I want to show one tooltip at a time in Highstock with chart type stack as a column.

Please any one can help me, I am stucked in this from last 5 days.
dominik.c
Posts: 2081
Joined: Fri Aug 07, 2020 7:07 am

Re: Highstock stack chart tooltip based on one series at a time

Hello prsaxena!

Welcome to our forum and thanks for contacting us with your question!

You can set the split property to false. Then only one tooltip will be shown at once.

API references:
https://api.highcharts.com/highstock/tooltip.split

Demo:
https://codesandbox.io/s/pie-chart-forked-ceg28

Best regards!
Dominik Chudy
Highcharts Developer

Return to “Highcharts Stock”