task_scroll_offset

sets the offset (in pixels) of the nearest task from the left border in the timeline

number task_scroll_offset;

Example

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


Default value:

100 Back to top