DayPilot.Gantt.visible

The visible property (boolean) sets the visibility of the Gantt Chart component.

Default Value

true

Example

Gantt Chart config:

{
  visible: false,
  // ...
}