# Function PolarChart

PolarChart(props, deprecatedLegacyContext?): 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
deprecatedLegacyContext? any ::: warning Deprecated

:::

See

React Docs (opens new window)

# Returns

null | ReactElement< any, any >

Polar Chart component