Hi Xavier,
This scenario is not supported out-of-the-box by Kendo UI Chart. What I would suggest as a workaround is to dynamically set maxDateGroups depending on the screen size:
// get reference to the chart widgetvar chart = $("#chart").data("kendoChart");// dynamically set categoryAxis.maxDateGroupschart.setOptions({categoryAxis: {maxDateGroups: 5}});Regards,
Iliana Nikolova
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!