AnyChart Gantt charts visualize project schedules with tasks, durations, and dependencies on an interactive timeline. They support flexible data loading from multiple formats, making it easy to connect your existing data sources.
This sample demonstrates how to build a project Gantt chart from CSV-formatted data. The raw CSV text, along with a custom mapping configuration and parsing settings, is passed to anychart.data.tree to produce a hierarchical task structure. The resulting chart displays sample project tasks fitted to the full date range.
See the Gantt Chart documentation for all configuration options.