Bar chart
Bar chart
Go to top
Basic bar chart
Also see /react/charts/common#tooltip
CustomTooltip component
Multiple bars
Also see /react/charts/common#legend
<Legend> example
You can add as many <Bar> components as you like, each with their own
dataKey (matching the property in your dataset) and fill color.
Stacked bar chart
Stack <Bar> instances using a common stackId. Note that the radius values
differ between the stacked bars.