AnyChart Gantt charts render project schedules as interactive timelines with tasks, durations, and dependency connections. They accept data in several formats, letting you convert flat tables or nested structures into full Gantt visualizations.
This sample loads flat table-style JSON where each record contains a parent ID field, and converts it into a tree using anychart.data.tree in as-table mode. The library automatically reconstructs the task hierarchy from the parent references and renders the resulting project Gantt chart fitted to the full date range.
See the Gantt Chart documentation for all configuration options.