highlight_critical_path

在图表中高亮显示关键路径

boolean highlight_critical_path;

Available only in PRO Edition

Example

gantt.config.highlight_critical_path = true;  
gantt.init("gantt_here");


Default value:

false

Related samples

Details

此功能仅包含在PRO版本中。

该设置是critical_path扩展的一部分,因此请确保启用critical_path插件。更多详情请参见关键路径文章。

See also
Back to top