DayPilot.Gantt.taskHeight

The taskHeight property (number) sets the height of tasks in the Gantt Chart component (in pixels). It also affects the row height which is derived from the task box height.

Declaration

DayPilot.Gantt.taskHeight

Default Value

25

Example

const gantt = new DayPilot.Gantt("gantt", {
  taskHeight: 30,
  // ...
});
gantt.init();