autosize_min_width

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

number autosize_min_width;

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.

See also
Back to top