I am using Kendo React Chart to display a donut chart.
Is there a way to get a callback when the ChartTitle is clicked?
Thank you.
Raymond.
1 Answer, 1 is accepted
0
Vessy
Telerik team
answered on 20 Sep 2022, 10:34 AM
Hi, Raymond,
Currently the chart does not expose a title-click event but you can easily achieve that by adding an external title to the chart and handle its click event.
You can see a sample demonstrating this approach below: