Scale
configurationConfigures the scale.
scale
Objectscale.endAngle
NumberThe end angle of the gauge. The gauge is rendered clockwise(0 degrees are the 180 degrees in the polar coordinate system)
Default: 180
scale.labels
ObjectConfigures the scale labels.
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.rangeDistance
NumberThe distance from the range indicators to the ticks.
scale.rangeLineCap
StringThe lineCap style of the ranges.
Default: "round"
The default color for the ranges.
scale.rangeSize
NumberThe width of the range indicators.
scale.reverse
BooleanReverses the scale direction - values are increase anticlockwise.
Default: false
scale.startAngle
NumberThe start angle of the gauge. The gauge is rendered clockwise(0 degrees are the 180 degrees in the polar coordinate system)
Default: 0