I have a Donut chart working well (see attachment). When I hover over it the category shows its tooltip. I would now to make the Donut clickable. When I click on a category an event would let me know the clicked category for taking further actions. Is something like that possible?
Yes, you can handle the seriesClick event of the Kendo UI Chart to capture which donut segment was clicked. The event argument contains the category and value, so you can use that directly to trigger your custom logic.
Yes, you can handle the seriesClick event of the Kendo UI Chart to capture which donut segment was clicked. The event argument contains the category and value, so you can use that directly to trigger your custom logic.
Block Blast