enables or disables the display of deadline elements for tasks
Available only in PRO Edition
gantt.config.deadlines = true;
gantt.init("gantt_here");
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.
added in v9.0
Back to top