show_progress

작업 바 내에서 진행 상황을 표시할 수 있습니다.

boolean show_progress;

Example

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


Default value:

true
See also
Back to top