The only way to wrap text in category axis labels on charts is to introduce the new line character ('\n'). This is fine on fixed-width charts where labels are known at design-time. However, when dynamically adding series to charts and resizing within a responsive site, it is impossible to know where and when to use '\n'. Can a feature be implemented whereby labels flow within the bounds of their corresponding group in the chart?
Hi, Andrew,
The Kendo UI Chart features labels autorotation that can be used:
In addition to that these staggered labels can be achieved by using this knowledge base article:https://docs.telerik.com/kendo-ui/knowledge-base/chart-category-axis-label-fit
Finally, if you expect the users to resize the window, you should resize the chart as well:
Regards,
Alex Hajigeorgieva
Progress Telerik