# Stream Graph

**Category:** charts  
**Short Description:** A variation of stacked area chart with smooth, flowing curves and a centered baseline.  
**Last Updated:** 2026-05-30T00:00:00Z

## Definition

Stream graphs are a type of stacked area chart that features organic, flowing curves and a centered baseline. The thickness of each stream represents the value of that category over time, creating an aesthetically pleasing visualization of temporal patterns.

## Examples

- Audio content consumption trends

## FAQs

### What is a stream graph?

A stream graph (or streamgraph) is a variation of the stacked area chart where the series are stacked around a central, flowing baseline rather than a flat axis, producing an organic, river-like shape. The thickness of each colored band shows that series' value over time, and the overall silhouette shows the changing total. It's designed to display the ebb and flow of many categories at once.

### When should I use a stream graph?

Use it for showing how the composition and volume of many series evolve over a long time span where the overall flow matters more than exact values — music genre popularity over years, topic volume over time, category sales across seasons. Its strength is aesthetic, high-level pattern. Avoid it when precise reading is required, since the wavy baseline makes exact values and comparisons hard.

### Stream graph vs stacked area chart — which should I use?

A stacked area chart uses a flat zero baseline, so the bottom series is readable and totals are easy to gauge. A stream graph centers the stack on a flowing baseline, trading that readability for a smoother, more organic look that handles many series and emphasizes flow. Choose a stacked area chart when you need to read values; choose a stream graph for an evocative overview of many series over a long period.

### What are the downsides of stream graphs?

The wiggling baseline means no series sits on zero, so judging any single value or comparing series is unreliable — it's the stacked-area baseline problem amplified. They can also prioritize beauty over clarity and confuse audiences unfamiliar with them. Reserve stream graphs for exploratory or presentation contexts with many series and long timelines, and provide a clearer chart for anyone who needs the numbers.

### How many series can a stream graph handle?

Unlike most stacked charts, stream graphs are built to absorb many series — dozens — because the flowing layout distributes them and the goal is the overall pattern rather than per-series precision. That many-series tolerance is exactly their niche. Just accept the tradeoff: the more series you add, the more it becomes an impressionistic overview rather than a chart you can read values from.

## Related Terms

### Parent Terms

- **[Stacked Area Chart](/resources/glossary/charts/stacked-area-chart)**: The traditional form of stacked area visualization
- **[Area Chart](/resources/glossary/charts/area-chart)**: The fundamental chart type for area-based visualizations

### Alternatives

- **[Line Chart](/resources/glossary/charts/line-chart)**: A simpler way to show multiple time series
