Others
Comparisons, Proportions
What is it?
This chart is great for comparing values and showing proportions (in sizes, quantities, etc.) to give a quick, overall view of the relative sizes in the data, without using scales.
Proportional Area Charts usually use squares or circles. However, any shape can be used, so long as you use the shape’s area to represent the data. A common technical error with area charts is using length or height to determine the shape’s size. Instead, you need to calculate the space inside the shape (its area) to determine the size. Otherwise, you will cause exponential increases and decreases.
The downside to Proportional Area Charts is that they’re difficult to accurately estimate values from. Therefore, they are typically used for presentational purposes rather than analysis.
When to use it?
Tools to create the Charts
Code-based:
https://d3-graph-gallery.com/circularpacking.htmlhttps://observablehq.com/@d3/bubble-charthttps://www.python-graph-gallery.com/circular-packing-1-level-hierarchyhttps://r-graph-gallery.com/circle-packing.htmlhttps://vega.github.io/vega/examples/packed-bubble-chart/
Webapp:
https://charticulator.com/gallery/oecd_population_2018.htmlhttps://insights.datylon.com/stories?tags=_Icon
Desktop App:
https://help.tableau.com/current/pro/desktop/en-us/buildexamples_bubbles.htm
Similar Charts : Bubble Chart (Data%20Visualisation%20cfe04a5761eb434cace32c6033e3a4e3/Bubble%20Chart%20eb7696cb6e124560ab85ed7caa167e95.csv), Bubble Map (Data%20Visualisation%20cfe04a5761eb434cace32c6033e3a4e3/Bubble%20Map%20914cf91948e04fa7b7d7c04b5e398030.csv)