Skip to main content

show_tasks_outside_timescale

Description

Enables showing tasks that are outside the specified date range in the Gantt chart

show_tasks_outside_timescale: boolean

Example

gantt.config.start_date = new Date(2019, 02, 31);
gantt.config.end_date = new Date(2019, 03, 09);
gantt.config.show_tasks_outside_timescale = true;

gantt.init("gantt_here");

Default value: false

Change log

  • added in v6.3