sets the minimum width (in pixels) that the Gantt chart can take in the horizontal 'autosize' mode
gantt.config.autosize = "xy";
gantt.config.autosize_min_width = 800;
gantt.init("gantt_here");
Horizontal 'autosize' mode is enabled by the autosize option.