# min_column_width

### Description

@short: Sets the minimum width for a column in the timeline area

@signature: min_column_width: number

### Example

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

**Default value:** 70
