When to use
- Different units - Compare metrics measured in different units (e.g., revenue in £ vs conversion rate in %)
- Different scales - Display values with vastly different magnitudes
- Correlation analysis - Show relationships between two different metrics
Basic example
Dual y-axes
By default, combo charts show two y-axes:- Left axis (primary) - First numeric series
- Right axis (secondary) - Second numeric series
Configuring axes
Single y-axis
Disable the dual y-axis mode if your series share the same scale:Options
Determines how to display the combo chart: -
'grouped-bars' - Show series as grouped bars side-by-side -
'stacked-bars' - Stack bars on top of each other - 'lines' - Display all series as linesDisplay as lines
Related
- Type options - Combo chart options
- Axes - Configure dual y-axes
- Line - Line chart options apply

