specifies whether sub-scales shall use the scale_cell_class template by default
gantt.config.inherit_scale_class=true;
gantt.init("gantt_here");
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.