A Gantt chart is a project management visualization that plots tasks along a horizontal timeline, making it easy to see schedules, dependencies, and progress at a glance. AnyChart JS provides both project and resource Gantt chart types with fully configurable data grids and timelines.
This activity-oriented project Gantt sample loads table-structured JSON data and renders a schedule focused on task activities. The data grid is customized with an index column, task name column, and formatted Start Time and End Time columns that display dates derived from actualStart and actualEnd values. The splitter is widened to accommodate the extra columns, and the timeline is zoomed to a specific date interval for focused analysis.
Follow the step-by-step Gantt Chart Tutorial to learn how such charts are built. See the Gantt Chart documentation for all configuration options.