min_column_width

sets the minimum width for a column in the timeline area

number min_column_width;

Example

gantt.config.min_column_width = 100;
 
gantt.init("gantt_here");


Default value:

70 Back to top