Separate tooltips in composed charts

Hi,

I was trying for a solution to get separate tooltips for each charts in composed charts. This is a sandbox example https://codesandbox.io/s/simple-composed-chart-h9zif
Here I would like to see individual tooltips on however for all the datapoints. I did try for custom tooltips but I dont think it worked as expected.

Please help me with some solution.

Thanks in advance,


1 Reply

SB Swetha Babu Syncfusion Team August 17, 2022 09:51 AM UTC

Hi Madhura,


Greetings from Syncfusion.


As of now we don’t have support to show the tooltip for each series separately in shared mode. We can show the tooltip separately for each series while hovering the point. However, we have created a simple React application to demonstrate the same. Please find the below stackblitz link for your sample reference.


Sample link: https://stackblitz.com/edit/react-vfspr2?file=index.js


Code Snippet:


<ChartComponent tooltip={{ enable: true }}></ChartComponent>


Screenshot:



Kindly, revert us if you have any concerns.


Regards,

Swetha


Loader.
Up arrow icon