DayPilot.Gantt.completeBarVisible

The completeBarVisible property (boolean) determines whether the JavaScript Gantt Chart component displays a progress bar for tasks. 

Default Value

true

Example

Gantt config:

{
  completeBarVisible: false,
  // ...
}