RadialScale
The scale options of the Gauge.
endAngle?
number
The ending angle of the Gauge. The Gauge is rendered clockwise (0 degrees equal to 180 degrees in the polar coordinate system).
labels?
Configures the scale labels.
majorTicks?
Configures the major scale ticks.
majorUnit?
number
The interval between major divisions.
max?
number
The maximum value of the scale.
min?
number
The minimum value of the scale.
minorTicks?
Configures the minor scale ticks.
minorUnit?
number
The interval between minor divisions.
rangeDistance?
number
The distance between the range indicators and the ticks.
rangePlaceholderColor?
string
The default color of the ranges.
rangeSize?
number
The width of the range indicators.
ranges?
Range[]
The ranges of the scale.
reverse?
boolean
Reverses the scale direction.
startAngle?
number
The starting angle of the Gauge. The Gauge is rendered clockwise (0 degrees equal 180 degrees in the polar coordinate system).