show_progress

enables displaying of the progress inside the task bars

boolean show_progress;

Example

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


Default value:

true
See also
  • Articles
  • Back to top