Bar
constBar:ForwardRefExoticComponent<BarComponentProps&RefAttributes<ChartRef>>
Defined in: index.tsx:214
Bar chart React component. Pass a string[] to mapping.y for grouped bars.
Example
<Bar data={rows} mapping={{ x: 'region', y: ['sales', 'target'] }} theme="arctic" />