Click events not firing

Hi,

I can't seem to get the OnPointClick event to fire. I've attached my code for reference. 

Also, the tooltips don't seem to show


Attachment: charts_demo_for_syncfusion_ef4e2f9.zip

1 Reply

DG Durga Gopalakrishnan Syncfusion Team July 14, 2021 03:43 PM UTC

Hi Andy, 

We have ensured your reported scenarios with attached code snippet.  

# 1 : I can't seem to get the OnPointClick event to fire 

OnPointClick event is triggered properly while clicking the point in a chart series. We have ensured by printing the PointIndex in Console. We have attached the sample for your reference. 

# 2: the tooltips don't seem to show 
 
We suggest you to enable tooltip for cartesian chart as like below snippet. Pie and Stacked column chart tooltip is displayed properly in latest version. We have attached video for your reference.  

<SfChart> 
    <ChartTooltipSettings Enable="true"></ChartTooltipSettings> 
</SfChart> 




Please revert us if you have any concerns. 

Regards,  
Durga G 


Loader.
Up arrow icon