# Function BarChart
BarChart(
props
):ReactElement
<any
,any
> |null
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
ReactElement
< any
, any
> | null
Bar Chart component