How to make a Pie Chart Aggregate the Data Source?
问题 Using Kendo UI Complete for ASP.NET MVC, version: 2013.3 1119 (Nov 20, 2013)... If I have this bit of code: $("#status-chart").kendoChart({ dataSource: { data: [ {Status: 10}, {Status: 20}, {Status: 200}, {Status: 200} ] }, series: [{ field: 'Status', categoryField: "Status", aggregate: 'count' }] }); I get this chart: As you can see - Status 10 and 20 have got a value of 1 and Status 200 a value of 2. Great, but what I actually want is exactly the same thing in a pie chart (so, a chart with