# Function BarChart

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

A React component representing categorical data with horizontal rectangular bars, whose lengths are proportional to the values that they represent.

# Example

Bar chart displaying total revenue per year from the Sample ECommerce data model.

Additional Bar Chart examples:

# Parameters

Parameter Type Description
props BarChartProps Bar chart properties

# Returns

null | ReactElement< any, any >

Bar Chart component