Hello everybody,
I have a chart with the next information
data: [{c:"P",m:"E",p:22},{c:"S",m:"E",p:40},{c:"P",m:"S",p:46},{c:"S",m:"S",p:32}]
and i want to have two columns on the series axis:
http://demos.kendoui.com/dataviz/bar-charts/index.html
(based on the example)
categoriesField: m
and the series
is
[{name: c, data: 22}]
i have heard that is grouping the datasource but it didnt works
I have a chart with the next information
data: [{c:"P",m:"E",p:22},{c:"S",m:"E",p:40},{c:"P",m:"S",p:46},{c:"S",m:"S",p:32}]
and i want to have two columns on the series axis:
http://demos.kendoui.com/dataviz/bar-charts/index.html
(based on the example)
categoriesField: m
and the series
is
[{name: c, data: 22}]
i have heard that is grouping the datasource but it didnt works