HBar
constHBar:ForwardRefExoticComponent<HBarComponentProps&RefAttributes<ChartRef>>
Defined in: react/index.tsx:493
Horizontal bar chart React component.
Mapping: x is the categorical label field, y is the numeric value field.
Example
Section titled “Example”<HBar data={traffic} mapping={{ x: 'source', y: 'visits' }} theme="midnight" />