# Type alias PolarSubtype
PolarSubtype:
"polar/area"
|"polar/column"
|"polar/line"
Property of PolarStyleOptions
Subtype of PolarChart
Values
polar/column
- a chart where data points are displayed using the angle and distance from the center point.polar/area
- a chart in which the data points are connected by a line with the area below the line filled.polar/line
- a chart in which the data points are connected by a line.