BarSeries
The BarSeries component renders a bar series in a CartesianChart component. Its x values are always rendered categorically, even when they are finite numbers. Boolean category labels are rendered as true and false.
BarSeries(props: ChartSeriesProps): ComponentReturnType| Type | Description | |
|---|---|---|
props | ChartSeriesProps | |
| returns | ComponentReturnType |
See the Composing Charts (React) demo for this component in action:

Since
v8.5.0