AnyChart JavaScript Gantt Chart supports fiscal year configuration on the timeline scale, allowing you to align header labels with any organization's fiscal calendar.
This sample creates a resource Gantt chart with a toolbar dropdown listing all twelve months. Selecting a month calls xScale().fiscalYearStartMonth() to instantly shift the timeline header labels to the chosen fiscal year boundary without reloading the chart data. The chart loads JSON resource data and uses fitAll to display the complete schedule.
See the Gantt Chart documentation for all configuration options.