Hello,
I recently made a few charts in my web application with the Kendo UI for MVC and then I realized that the stacked area chart doesn't display the values the right way. The different areas are stacked, but not with the right date.
The data list structure is like this:
Group: "LINE1", Date: "2017-01-01 00:00:00", Value: "210"
I think I have already found a similar question to this problem: http://www.telerik.com/forums/715942-chart-not-displaying-all-category-axis-values
Is this problem already solved or do I need to fill up my list with the same amount of data points for every group?
Thanks,
Stefan