A variation around the Bar component. Well suited for
large data sets as it does not impact DOM tree depth, however you'll
lose the isomorphic ability and transitions.
The responsive alternative of this component is ResponsiveBarCanvas
.
Chart data.
'id'
Key to use to index the data.
'value'
]Keys to use to determine each serie.
'stacked'
How to group bars.
'vertical'
How to display bars.
value scale configuration.
index scale configuration.
false
Reverse bars, starts on top instead of bottom for vertical layout and right instead of left for horizontal one.
'auto'
Minimum value.
'auto'
Maximum value.
Optional formatter for values.
0.1
Padding between each bar (ratio).
0
Padding between grouped/stacked bars.
Chart width.
Chart height.
'Depends on device'
Adjust pixel ratio, useful for HiDPI screens.
Chart margin.