Skip to main content
A grouped bar chart compares series side by side within each category. The variables are the series rather than the bars inside one series, so variant assigns color per series index. Use monochrome for four or fewer series, and categorical for five or more.

Minimal option

Define one bar series per variable and leave stack unset. Orientation follows the axis layout rather than a Chart prop: the category axis holds the labels and the value axis holds the measurements.

Variant styling

variant applies the following treatment: Avoid hand-authoring borderRadius or palette hex values to reproduce this treatment.

Tooltips

Pass renderTooltip to add hover content. See Chart component.
Last modified on August 20, 2026