Hi,
This behavior is expected due to the insufficient space for the labels. To deal with this case, set the rotation of the labels to 'auto'. This will adjust the label's position according to the available space:
<kendo-chart-x-axis-item ...
[labels]="{ format: '{0}m', rotation: 'auto' }"
>
</kendo-chart-x-axis-item>
Here is the updated example:
https://stackblitz.com/edit/angular-uhehjn
Regards,
Martin
Progress Telerik