AnyChart Gantt charts display project tasks, milestones, and dependencies on a visual timeline. They accept data from a wide range of formats including JSON, XML, and CSV, so you can work with whatever source your project already uses.
This sample shows how to restore a fully configured Gantt chart from a serialized JSON file using anychart.fromJson. The external JSON contains both the chart configuration and task data, so the entire chart is reconstructed in a single step. After loading, the timeline is automatically fitted to show all task dates.
See the Gantt Chart documentation for all configuration options.