Combo chart

Combine multiple chart series types (e.g. bar + line) in BeCharts.

Back to Chart types.

Combo charts combine multiple series (often bars and lines) to show different metrics together, sometimes with separate axes.

Data format

  • Recommended: dataset.dimensions + dataset.source
  • Typical shape: category column + multiple numeric series columns

Import and edit support

  • Import: ✅ (CSV / Excel / Paste / Google Sheets)
  • Edit: ✅ (table editor)

Customize highlights

  • Series: choose series type per metric, labels, smoothing, stacking (where applicable)
  • Axes: dual-axis setup for metrics with different scales
  • Legend: clear naming for each metric

Tips

  • Use a second axis only when necessary; it can confuse readers if overused.
  • Keep color mapping consistent (same metric = same color across views).