Hello,
I need to trigger some custom code when I click on one of the arcs from the sap.viz.ui5.Donut chart.
I've looked here: SAPUI5 SDK - Demo Kit and I can't figure out if I can do it.
Are the only possible events the following ones, or can I somehow extend this Donut component to capture the onClick event?
Event Summary
deselectData(oControlEvent)
hideTooltip(oControlEvent)
initialized(oControlEvent)
selectData(oControlEvent)
showTooltip(oControlEvent)
Many thanks,
Scott