Hi,
how to create a function that starts at the click event of the pie chart?
i would to pass the selected item to a function
<kendo-chart-series> <kendo-chart-series-item type="pie" [data]="dataSourcePieChart" categoryField="cost" field="cost"> <kendo-chart-series-item-labels position="outsideEnd" color="#000" [content]="labelContent"> </kendo-chart-series-item-labels> </kendo-chart-series-item> </kendo-chart-series>
Alex
