Hi Kendo Team,
I'm currently working with the KendoReact Gantt Chart and would like to customize how many dates are visible in the chart for different views (Yearly, Monthly, Weekly). Specifically, I want to control the time span shown for each view — for example:
In Yearly view, show 5 years instead of the default range
In Monthly view, limit the chart to show only 6 months at a time
In Weekly view, show just 4 weeks of data
Is there a recommended way to configure the visible date range or scale for each view mode?
Any guidance or code example would be greatly appreciated!
Thanks