schedule_from_end

启用向后排程

boolean schedule_from_end;

Available only in PRO Edition

Example

gantt.config.schedule_from_end = true;
gantt.config.project_end = new Date(2019, 4, 1);


Default value:

false

Related samples

Details

此功能仅在 PRO 版本中可用。

将此选项设置为 true 后,自动排程模式将切换为“尽可能晚”。

此设置仅在同时指定了 project_end 时生效。

See also
Back to top