Axis color.
Thickness of the axis outline.
Opacity of band fills.
Example: [-0.2, 0, -0.2]. Will make bands to be filled with color gradients. Negative value means the color will be darker than the original, and positive number means the color will be lighter.
Opacity of band outlines.
Color of band outlines.
Thickness of band outlines.
Array of bands - GaugeBand objects. Bands are used to draw color fills between specified values.
Text displayed below the axis center.
Specifies if text should be bold.
Bottom text color.
Font size of bottom text.
Y offset of bottom text.
X position of the axis, relative to the center of the gauge.
Y position of the axis, relative to the center of the gauge.
Specifies labels color of the axis.
Axis end angle. Valid values are from - 180 to 180.
Axis end (max) value
Font size for axis labels.
Number of grid lines. Note, GaugeAxis doesn't adjust gridCount, so you should check your values and choose a proper gridCount which would result grids at round numbers.
Specifies if grid should be drawn inside or outside the axis.
Unique id of an axis.
Specifies if labels should be placed inside or outside the axis.
Frequency of labels.
You can use this function to format axis labels. This function is called and value is passed as a attribute: labelFunction(value);
You can use this function to format axis labels. This function is called and value is passed as a attribute: labelFunction(value);
Distance from axis to the labels.
Specifies if labels on the axis should be shown.
You can add listeners of events using this property. Example: listeners = [{"event":"clickBand", "method":handleClick}];
Interval, at which minor ticks should be placed.
Length of a minor tick.
Axis radius.
Specifies if the first label should be shown.
Specifies if the last label should be shown.
Axis start angle. Valid values are from - 180 to 180.
Axis start (min) value.
Opacity of axis ticks.
Color of axis ticks.
Length of a major tick.
Tick thickness.
Text displayed above the axis center.
Specifies if text should be bold.
Color of top text.
Font size of top text.
Y offset of top text.
A string which can be placed next to axis labels.
Position of the unit.
Specifies if small and big numbers should use prefixes to make them more readable.
Interval, at which ticks with values should be placed.
Adds event listener to the object.
Removes event listener from chart object.
Sets bottom text.
Sets top text.
Returns angle of the value.
Generated using TypeDoc
Axis opacity.
1