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.
DayPilot.Gantt.taskHeight
25
const gantt = new DayPilot.Gantt("gantt", { taskHeight: 30, // ... }); gantt.init();