I am passing json data to a Kendo javascript pie chart, but I would like to display 2 values on the chart, one is the number of units and the other is the % value of those units to the whole. For example,
Units Sold
100 Apples - 25%
200 Oranges - 50%
100 Peaches - 25%
I assume I can do it, but I don't know the syntax for the template. Thanks.