deadlines

enables or disables the display of deadline elements for tasks

boolean deadlines;

Available only in PRO Edition

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.

See also
Change log

added in v9.0

Back to top