auto_scheduling_compatibility

关闭任务的时间约束使用

boolean auto_scheduling_compatibility;

Available only in PRO Edition

Example

gantt.config.auto_scheduling_compatibility = true;


Default value:

false
Details

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

此设置属于auto_scheduling扩展的一部分,因此请确保启用auto_scheduling插件。更多信息请参见自动调度文档。

时间约束功能在6.1版本中引入,用于增强甘特图的自动调度能力。
auto_scheduling_compatibility选项则是为了保持与早期版本的兼容性而添加的。

See also
  • Articles
  • Change log

    在v6.1版本中添加以支持与之前版本的兼容性

    Back to top