task_scroll_offset

定义时间轴左边缘与最近任务之间的偏移量(以像素为单位)

number task_scroll_offset;

Example

gantt.config.task_scroll_offset = 120;
gantt.init("gantt_here");


Default value:

100 Back to top