# Function PolarChart
PolarChart(
props
):ReactElement
<any
,any
> |null
A React component comparing multiple categories/variables with a spacial perspective in a radial chart.
# Example
Polar chart displaying total revenue per age range from the Sample ECommerce data model.
Additional Polar Chart examples:
# Parameters
Parameter | Type | Description |
---|---|---|
props | PolarChartProps | Polar chart properties |
# Returns
ReactElement
< any
, any
> | null
Polar Chart component