highlight_critical_path

shows the critical path in the chart

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

This functionality is available in the PRO edition only.

This option is defined in the critical_path extension, so you need to activate the critical_path plugin. Read the details in the Critical Path article.

See also
Back to top