show_progress

позволяет отображать прогресс внутри task bars

boolean show_progress;

Example

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


Default value:

true
See also
К началу