RadialScale
The scale options of the Gauge.
Name | Type | Default | Description |
---|---|---|---|
endAngle? |
|
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? |
|
The interval between major divisions. | |
max? |
|
The maximum value of the scale. | |
min? |
|
The minimum value of the scale. | |
minorTicks? |
|
Configures the minor scale ticks. | |
minorUnit? |
|
The interval between minor divisions. | |
rangeDistance? |
|
The distance between the range indicators and the ticks. | |
rangePlaceholderColor? |
|
The default color of the ranges. | |
ranges? |
|
The ranges of the scale. | |
rangeSize? |
|
The width of the range indicators. | |
reverse? |
|
Reverses the scale direction. | |
startAngle? |
|
The starting angle of the Gauge. The Gauge is rendered clockwise (0 degrees equal 180 degrees in the polar coordinate system). |