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.

Need help?
Got a question about the documentation? Reach out to our technical support team for help and guidance. For custom component solutions, visit the Services page.