schedule_from_end

enables backward scheduling

boolean schedule_from_end;

Deprecated

The property has been deprecated in v9.1, use the schedule_from_end property of auto_scheduling instead.

Available only in PRO Edition

Example

gantt.config.schedule_from_end = true;
gantt.config.project_end = new Date(2025, 10, 1);


Default value:

false

Related samples

Details

This functionality is available in the PRO edition only.

Setting this config to true will switch auto scheduling to the as late as possible mode.

The value will be only applied if project_end is specified as well.

See also
Change log

The property has been deprecated in v9.1

Back to top