/// import { BarChartProps } from '../../../props'; /** * 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. * *