Through experimentation, I have found that the data source grouping feature does not seem to work correctly in cases where the group values in the input data happen to be unique. I have a simple bar chart with a category field 'product_group' and another field 'site' used for grouping within product group. It works OK with some data sets, but in cases where each data item happens to have a unique site value, only the first category encountered in the data is being displayed in the category label.
While grouping is meaningless when performed on a unique field, for those special cases where it might happen, the chart should still display correctly.
I have recreated the problem in a jsfiddle showing two data sets, one that displays incorrectly and the other correctly: http://jsfiddle.net/W29KF/
Also, I am new to KendoUI, so please let me know if I am doing something wrong.
While grouping is meaningless when performed on a unique field, for those special cases where it might happen, the chart should still display correctly.
I have recreated the problem in a jsfiddle showing two data sets, one that displays incorrectly and the other correctly: http://jsfiddle.net/W29KF/
Also, I am new to KendoUI, so please let me know if I am doing something wrong.