inherit_scale_class
Description
Specifies whether sub-scales shall use the scale_cell_class template by default
inherit_scale_class: boolean
Example
gantt.config.inherit_scale_class=true;
gantt.init("gantt_here");
Default value: false
Details
The option is added in the version 3.2. In the earlier versions, sub-scales always used the scale_cell_class template by default. Setting the option to 'true' will return the old behaviour.