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 플러그인을 활성화해야 합니다. 자세한 내용은 Critical Path 문서를 참조하세요.

See also
Back to top