AG Studio: Build dashboards using native components in web apps. Join us for a webinar on 28th July at 2pm UTC+1 Register

axes.key[type=' radius-number']

type 'radius-number'
Axis type identifier.
positionAngle Degree
The rotation angle of axis line and labels in degrees.
shape AgPolarAxisShape
Shape of axis. Default: `polygon`
title AgAxisCaptionOptions
Configuration for the title shown next to the axis.
crossLines AgRadiusCrossLineOptions[]
Add cross lines or regions corresponding to data values.
innerRadiusRatio Ratio
The ratio of the inner radius of the axis as a proportion of the overall radius. Used to create an inner circle.
context ContextDefault
Context object to use in callbacks.
reverse boolean
Reverse the axis scale domain if `true`.
line AgAxisLineOptions
Configuration for the axis line.
gridLine AgAxisGridLineOptions
Configuration for the axis grid lines.
label AgRadiusAxisFormattableLabelOptions
Configuration for the axis labels, shown next to the ticks.
tick AgAxisBaseTickOptions
Configuration for the axis ticks.
nice boolean
If `true`, the range will be rounded up to ensure nice equal spacing between the ticks. __Note:__ This does not override the `min` or `max` options.
interval AgAxisContinuousIntervalOptions
Configuration for the axis ticks interval. A unit keyword (or number), or an object describing the interval.
min AgNumericValue
The min value for the axis domain.
max AgNumericValue
The max value for the axis domain.
preferredMin AgNumericValue
The min value for the axis, unless extended by the series data or `nice` option.
preferredMax AgNumericValue
The max value for the axis, unless extended by the series data or `nice` option.