on other words, how can we bind key/value pairs with KendoUI chart so that the 'value' part is displayed on front and on click event we can get the 'key' part?
0
Svet
Telerik team
answered on 28 Nov 2017, 02:02 PM
Hi Nabeel,
One way to achieve the desired behavior is to use the (seriesClick) event of the Chart component.
Please check the following sample plunker demonstrating this approach: