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