Skip to content

grafit-charts


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?

optional gridLine?: PolarGridLineOptions

Inherited from

PolarAxisCommonOptions.gridLine


label?

optional label?: PolarAxisLabelOptions

Inherited from

PolarAxisCommonOptions.label


line?

optional line?: PolarAxisLineOptions

Inherited from

PolarAxisCommonOptions.line


max?

optional max?: number

Upper bound of the scale.


min?

optional min?: number

Lower bound of the scale; the data decides when it is not given.


nice?

optional nice?: boolean

Round the bounds out to whole steps (true by default).


ringCount?

optional ringCount?: number

How many rings the values are read off (4 by default).


title?

optional title?: PolarAxisTitleOptions

Inherited from

PolarAxisCommonOptions.title