Hi
I am charting data values (value axis) that are to be presented by Year (series) and Month (category axis).
I'm trying to create a chart that fills in missing values with zeros. My problem is that my data is based on dates and some years are missing the first months, other years are missing the last months and some years are missing months in between. I'm not sure how to make the chart fill correctly in to these missing values. In the following fiddle you can see that all series start at January but for example, the year 2014 only has months 5,6,9.
Can you explain if Kendo Chart is able to fill in or ignore these gaps and bind the months to the correct category axis.
http://jsfiddle.net/jokullie/4m977twr/
Thank you,
Baldvin