Skip to content

Bar

const Bar: ForwardRefExoticComponent<BarComponentProps & RefAttributes<ChartRef>>

Defined in: react/index.tsx:357

Bar chart React component. Pass a string[] to mapping.y for grouped bars.

<Bar data={rows} mapping={{ x: 'region', y: ['sales', 'target'] }} theme="arctic" />