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