Grid column definitions. Defaults to Name, Start, Duration, Progress.
CSS height for the chart container.
Emitted when an item is changed via drag/resize (only if not ReadOnly).
Emitted when an item bar or grid row is clicked.
Items (bars) to render on the timeline.
Dependency links (arrows) between items.
InternalloadingDisables drag, resize, and link editing.
Show progress fill on bars.
A callback method that is invoked immediately after Angular has completed initialization of a component's view. It is invoked only once when the view is instantiated.
A callback method that is invoked immediately after the default change detector has checked data-bound properties if at least one has changed, and before the view and content children are checked.
The changed properties.
A callback method that performs custom clean-up, invoked immediately before a directive, pipe, or service instance is destroyed.
Rebuilds the Gantt data from the current Items and Links inputs.
Generic Gantt chart component wrapping DHTMLX Gantt.
Renders items as bars on a timeline with hierarchy, dependency arrows, and progress indicators. The library is loaded lazily via dynamic import.
Example