# Function ColumnChart

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

A React component representing categorical data with vertical rectangular bars whose heights are proportional to the values that they represent.

The chart can include multiple values on both the X and Y-axis, as well as a break down by categories displayed on the Y-axis.

# Example

Column chart displaying total revenue per year, broken down by condition, from the Sample ECommerce data model.

Additional Column Chart examples:

# Parameters

Parameter Type Description
props ColumnChartProps Column chart properties
deprecatedLegacyContext? any ::: warning Deprecated

:::

See

React Docs (opens new window)

# Returns

null | ReactElement< any, any >

Column Chart component