Scale
configurationConfigures the scale.
scale
Objectscale.labels
ObjectConfigures the scale labels.
scale.line
ObjectConfigures the axis line.
scale.majorTicks
ObjectConfigures the scale major ticks.
scale.majorUnit
NumberThe interval between major divisions.
scale.max
NumberThe maximum value of the scale.
Default: 100
scale.min
NumberThe minimum value of the scale.
Default: 0
scale.minorTicks
ObjectConfigures the scale minor ticks.
scale.minorUnit
NumberThe interval between minor divisions.
scale.mirror
BooleanMirrors the scale labels and ticks. If the labels are normally on the left side of the scale, mirroring the scale will render them to the right.
The default color for the ranges.
scale.rangeSize
NumberThe width of the range indicators.
scale.ranges
ArrayThe ranges of the scale.
scale.reverse
BooleanReverses the axis direction - values increase from right to left and from top to bottom.
Default: false
scale.vertical
BooleanThe position of the gauge.