TinyBase logoTinyBase β

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
TypeDescription
propsChartSeriesProps
returnsComponentReturnType

See the Composing Charts (React) demo for this component in action:

BarSeries component example

Since

v8.5.0