auto_scheduling_initial

定义甘特图在加载或解析数据时是否执行自动排程

boolean auto_scheduling_initial;

Available only in PRO Edition

Example

gantt.config.auto_scheduling_initial = false;
 
gantt.init("gantt_here");


Default value:

true

Related samples

Details

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

该设置是 auto_scheduling 扩展的一部分,因此请确保启用 auto_scheduling 插件。更多详情请参见 自动调度 文章。

See also
Back to top