Skip to main content

deadlines

Description

Enables or disables the display of deadline elements for tasks

deadlines: boolean

Example

gantt.config.deadlines = true;
gantt.init("gantt_here");

Default value: true

Details

This config enables or disables the display of deadline elements for tasks. If enabled, Gantt will check the task.deadline property, and if it contains a valid date, the deadline element will be displayed in the timeline.

Change log

  • added in v9.0