inherit_scale_class

specifies whether sub-scales shall use the scale_cell_class template by default

boolean inherit_scale_class;

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.

See also
Back to top