config

defines configuration options for dates, scale, controls

object config;

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".

Back to top