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.
falseReverse 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.1Padding between each bar (ratio).
0Padding between grouped/stacked bars.
Chart width for non-responsive component.
Chart default width for responsive component.
Chart height for non-responsive component.
Chart default height for responsive component.
Debounce width/height updates for responsive component.
'Depends on device'Adjust pixel ratio, useful for HiDPI screens.
Chart margin.
Ref to the chart's container. Used on this page to generate/download the chart's image via html-to-image.