enables backward scheduling
Available only in PRO Edition
gantt.config.schedule_from_end = true;
gantt.config.project_end = new Date(2019, 4, 1);
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.