defines configuration options for dates, scale, controls
//sets the format of the time scale
gantt.config.date_scale = "%F, %Y";
gantt.init("gantt_here");
The properties of the config object are described in a separate chapter of the root API page "Gantt API: Properties".
Back to top