An interactive hierarchical visualization of world population data organized by Continent → Country → City.
index.html - Main HTML file with styling and layouttree.js - D3.js visualization logic and data processingdata.js - Data source configurationREADME.md - Documentation (this file)The visualization expects data in CSV format with the following columns:
| Column | Type | Description |
|---|---|---|
| Continent | String | Continental region |
| Country | String | Country name |
| City | String | City name |
| Population | Number | City population |