HomeBarGrouped Bar Chart
Bar

Grouped Bar Chart

Side-by-side bars for comparing multiple series across categories. Great for quarterly reports.

Loading chart…
#bar#grouped#comparison#multi-series
When to use a Grouped Bar Chart

A Grouped Bar Chart is ideal for developers and designers who need to display data clearly and effectively. Use this chart type when:

  • Comparing values across multiple categories (e.g. monthly revenue per region)
  • Showing ranked data where order matters (e.g. top 10 products by sales)
  • Displaying survey results or poll responses
  • Visualizing before/after comparisons
Tips for Recharts Grouped Bar Chart
TIP 1Always start the Y-axis at zero to avoid misleading comparisons
TIP 2Use rounded corners (radius prop) for a modern, polished look
TIP 3Add a Tooltip component so users can see exact values on hover
TIP 4Use Cell components to color individual bars differently
TIP 5For long category names, switch to a horizontal bar chart layout
Key Recharts Props
PROPTYPEDESCRIPTION
dataarrayArray of objects with your data values
dataKeystringThe key in your data objects to use for bar height
fillstringBar color — accepts hex, rgb, or CSS variable
radius[number,number,number,number]Corner radius [topLeft, topRight, bottomRight, bottomLeft]
stackIdstringGroup bars with the same stackId into a stacked bar
Related Charts