I've got an issue with an area chart where by its not filling 100%, when it should.
See the chart below…
I've blocked out the legend for client reasons.
The obvious one is to the right, but there are smaller areas that don’t fill 100%.
Along each point of the categoryAxis, the value in the series sum to 100% (I have checked in the data, I am totally sure of this).
I think what might be the problem is that along each point, there is not always the same number of items in the series (items in the legend - not sure of the terminology!).
Jul-08 may have 10 values.
Sep-12 may have 8 values.
Although they all sum to 100%.
I'm wondering if kendo is taking the number of data fields in the first category point and using that to calculate the rendering.
I have tried to use the same data with highchart, the result is really what I would expect to see. Some white gaps for missing data, but all going to 100%.
![]()
�
Is there a setting or something that I am missing in kendo to achieve this?