← Back to patterns
Comparison

Grouped Bar Chart

Side-by-side bars within each category for direct sub-group comparison.

Best For

Comparing multiple metrics per category side by side.

Live Demo

Live demo not yet available for this pattern

Usage

import { GroupedBarChart } from 'dolex/react';

<GroupedBarChart spec={spec} width={800} height={500} />