This , I hope, is a very straightforward question related to Pie Charting. I am new to JET so please bear with me!
I need to display the actual count of a given corresponding label value in the pie chart rather than the percentage value. Can I do this and, if so, how ?
As an example, using the JET Cookbook:
var pieSeries = [{name: "10.2.0.4", items: [42]},
{name: "10.2.0.5", items: [55]},
{name: "11.2.0.3", items: [36]},
{name: "12.1.0.1", items: [10]},
{name: "9.2.0.8", items: [5]}];
I want to see 42 for '10.2.0.4', not 28.4%