Gauges.RadialGauge.RadialScale
Hierarchy
Common.AxisBaseGauges.RadialGauge.RadialScale
The RadialScale object exposes the minimum and maximum properties that you can set to define a range of values. It is also used to define every visual element in the Radial Gauge - needles, labels, tick marks, ranges and so on.
Config options
Specifies the anchor of the scale.
Defaults to: {visible: false, fillStyle: 'black', strokeStyle: 'black', lineWidth: 0.0, radius: 0.1, zIndex: 5}
Specifies on which values on the scale to be plotted labels and tick marks.
Used for setting specific values (like [3, 5, 25, 93]) instead of an interval (like on every Nth value).
Specifies the angle (in degrees) where the maximum value of the scale is positioned.
Defaults to: 420
Specifies the horizontal offset of the scale center.
Please note that this number is a ratio to the gauge width.
Defaults to: 0.5
Specifies how often labels and tick marks are plotted along that scale.
Automatically calculated if it is not set.
Specifies the scale labels.
Defaults to: {zIndex: 3, offset: 1, orientation: 'horizontal'}
Overrides: Common.AxisBase.labels
Specifies whether or not the axis scale is logarithmic.
Defaults to: false
Specifies the scale major tick marks.
Defaults to: {offset: 0.83, length: 12}
Overrides: Common.AxisBase.majorTickMarks
Specifies the scale margin.
Defaults to: {top: 0, left: 0, bottom: 0, right: 0}
Specifies the maximum value of the scale.
Defaults to: 100
Specifies the minimum value of the scale.
Defaults to: 0
Specifies the scale minor tick marks.
Defaults to: {visible: false, length: 8, offset: 0.87}
Overrides: Common.AxisBase.minorTickMarks
Specifies collection of needles used to point out values on the scale. The needles are displayed as pointers that indicate value on the scale.
Specifies the radius of the scale.
Automatically calculated if it is not set.
Specifies collection of ranges used to highlight diapason of values on the scale.
Specifies collection of ranges used to highlight diapason of values on the scale.
Specifies whether or not the axis scale is reversed.
Defaults to: false
Specifies the angle (in degrees) where the minimum value of the scale is positioned.
Defaults to: 120