Class pvc.options.varia.CompatibilityFlags
Constructor Attributes | Constructor Name and Description |
---|---|
Compatibility flags control CCC features which are in the process of deprecation.
|
Field Attributes | Field Name and Description |
---|---|
Enables discrete scale cartesian axes of single
Date dimension to format tick labels with a format that is determined
according to an automatically determined precision,
like it is done with cartesian axes of continuous scale.
|
Class Detail
pvc.options.varia.CompatibilityFlags
Compatibility flags control CCC features which are in the process of deprecation.
See also pvc.options.charts.BasicChart#compatVersion and pvc.options.charts.BasicChart#compatFlags.
Field Detail
{boolean}
discreteTimeSeriesTickFormat
Enables discrete scale cartesian axes of single
Date dimension to format tick labels with a format that is determined
according to an automatically determined precision,
like it is done with cartesian axes of continuous scale.
This behaviour sometimes results in multiple categories being formatted with the same label and is discouraged for use with generic data.
This option will have a default value of false when pvc.options.charts.BasicChart#compatVersion 3 is introduced and used.
- Default Value:
- true