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
Related samples
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.
Related Guides
Change log
- added in v9.0