Interface: PolarRadiusAxisOptions
The values along the radius. Its grid is the rings, its line is the vertical they are measured along, and its title stands on the left edge.
Extends
PolarAxisCommonOptions
Properties
gridLine?
optionalgridLine?:PolarGridLineOptions
Inherited from
PolarAxisCommonOptions.gridLine
label?
optionallabel?:PolarAxisLabelOptions
Inherited from
PolarAxisCommonOptions.label
line?
optionalline?:PolarAxisLineOptions
Inherited from
PolarAxisCommonOptions.line
max?
optionalmax?:number
Upper bound of the scale.
min?
optionalmin?:number
Lower bound of the scale; the data decides when it is not given.
nice?
optionalnice?:boolean
Round the bounds out to whole steps (true by default).
ringCount?
optionalringCount?:number
How many rings the values are read off (4 by default).
title?
optionaltitle?:PolarAxisTitleOptions
Inherited from
PolarAxisCommonOptions.title