Bubble
Bubble Chart
A bubble chart extends the scatterplot by adding a third quantitative dimension: the size of each bubble. Position on the x and y axes encodes two variables, while bubble area communicates a third, making it possible to explore complex multi-variable relationships in a single view.
When to use it?
Use bubble charts when you have three numerical variables and want to explore how they interact. Classic use cases include economic comparisons (GDP vs. life expectancy vs. population), product performance (revenue vs. growth vs. market size), or risk analysis.
What makes it effective?
By encoding three variables in two-dimensional space, bubble charts pack considerable information density without additional panels. Large bubbles naturally attract attention, directing the viewer toward the most significant data points.
When to avoid it?
Bubble area is notoriously difficult for humans to estimate accurately, making precise comparisons unreliable. Overlapping bubbles in dense datasets can also obscure data. Use transparency and interactivity (hover tooltips) to mitigate these issues.
Optionally, add a fourth dimension through bubble color to represent a categorical grouping, further enriching the analysis while keeping the chart interpretable.
