# Function PolarChart

PolarChart(props): null | ReactElement< any, any >

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

null | ReactElement< any, any >

Polar Chart component