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 code dataroll the dice Start interacting with the chart to log actions
Base
Chart data.
Key to use to index the data. Keys to use to determine each serie.
Reverse bars, starts on top instead of bottom for vertical layout and right instead of left for horizontal one.
Padding between each bar (ratio). Padding between grouped/stacked bars. Adjust pixel ratio, useful for HiDPI screens. Style
Define style for common elements such as labels, axes… Property used to determine node color. inherit theme custom
inherited property
modifiers
Method to compute border color. Define patterns and gradients. Define rules to apply patterns and gradients Customization
Defines the order of layers. Labels
Enable/disable labels.
Define how bar labels are computed. Skip label if bar width is lower than provided value, ignored if 0. Skip label if bar height is lower than provided value, ignored if 0. inherit theme custom
inherited property
modifiers
Defines how to compute label text color. Legends
Optional chart's legends. Motion
Enable/disable transitions.