polarArea

Configuration Structure

polarArea: {
rings: { ... },
strokeWidth: number,
strokeColor: string,
spokes: { ... },
strokeWidth: number,
connectorColors: string | string[],
}

plotOptions

strokeWidth

polarArea.rings.strokeWidth

Border width of the rings of polarArea chart.

strokeColor

polarArea.rings.strokeColor

The line/border color of the rings of the chart.

strokeWidth

polarArea.spokes.strokeWidth

Border width of the spokes of polarArea chart.

connectorColors

polarArea.spokes.connectorColors

The line/border color of the spokes of polarArea chart.