Hacker News new | ask | show | jobs
by zackzackzack 5099 days ago
That is one of the main problems with bubble charts. Unless you have a sophisticated packing algorithm, the layout of the chart won't have much meaning. For comparing the projects between countries, another method of display will have to be used.
1 comments

Perhaps a treemap?
http://mbostock.github.com/d3/ex/treemap.html

This would have been a better choice. It displays the same sizing information but keeps positioning the same.