Skip to main content
Combo charts combine multiple chart types with two y-axes, allowing you to compare metrics with different units or scales.

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

options.comboType
'grouped-bars' | 'stacked-bars' | 'lines'
default:"grouped-bars"
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 lines

Display as lines