AbstractAutomatically zoom to fit all data when project timeline is set. Default: true.
Working calendar observable.
New working calendar to apply.
Whether editing is enabled. When false, all mutations are disabled.
Whether redo is available (observable).
Whether undo is available (observable).
Show or hide grid lines on the chart.
Show or hide the today indicator line.
Remove all timeline markers.
AbstractcopyAbstractcutDestroy the component and release all DOM resources.
Scroll the timeline to the project start date.
Load state from a JSON string. Automatically zooms to fit if data is present and autoZoomToFit is enabled.
AbstractpasteRedo the last undone action.
AbstractsaveSave current column widths and order for later restoration.
Scroll the timeline to a specific date.
Undo the last action.
Zoom in one level. Returns false if already at maximum zoom.
Zoom out one level. Returns false if already at minimum zoom.
Abstractzoom
Base class for timeline engine implementations (GanttChart, ResourceScheduler).