AnyChart Gantt charts support live editing that lets users drag task bars to change dates, resize them to adjust duration, update progress, and draw connectors between tasks directly on the timeline.
This sample is a minimal project Gantt chart with live editing enabled via chart.edit(true). It loads task data from JSON in table format, sets a splitter position, and calls fitAll to show the full date range. Users can move tasks, change durations, edit grid values, and create dependency connectors.
See the Gantt Live Edit documentation for all configuration options.