# Function BoxplotChart Beta

BoxplotChart(props, deprecatedLegacyContext?): null | ReactElement< any, any >

A React component representing data in a way that visually describes the distribution, variability, and center of a data set along an axis.

# Example

Boxplot chart displaying data from the Sample ECommerce data model.

# Parameters

Parameter Type Description
props BoxplotChartProps Boxplot chart properties
deprecatedLegacyContext? any ::: warning Deprecated

:::

See

React Docs (opens new window)

# Returns

null | ReactElement< any, any >

Boxplot Chart component