Hi,
When creating a stacked bar chart in KendoUI 2020.3.915 I noticed the following rendering error:
In case one of the categories is much higher than the other, the x-axis will start at a value other than zero.
This behavior might be desired to zoom in on the exact values.
The issue here is that the steps on the x-axis might repeat multiple times for the same x-value.
(96%, 96%, 97%, 97%, 98%, 98%...)
This increases with a bigger difference between the chart values.
I created a example and it happens even in the latest version:
https://dojo.telerik.com/AVeVuZig
Hi Beto,
Thank you for sharing this with me.
To overcome this I recommend setting valueAxis.majorUnit:. For example:
valueAxis: {
majorUnit: 1
}
Let me know if you have any questions.
Regards,
Nikolay
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.