Skip to main content

autosize_min_width

Description

Sets the minimum width (in pixels) that the Gantt chart can take in the horizontal 'autosize' mode

autosize_min_width: number

Example

gantt.config.autosize = "xy";
gantt.config.autosize_min_width = 800;

gantt.init("gantt_here");

Default value: zero (0)

Details

Horizontal 'autosize' mode is enabled by the autosize option.