Interactive D3.js data visualisation of migration patterns across Australia, built at Swinburne University of Technology.
Two linked visualisations explore how people move into and between Australian states over time:
- Choropleth map — an interactive map of Australia where hovering a state reveals its migration statistics across years.
- Sankey diagram — interstate migration flows, showing how people move from one state to another.
Open index.html (map) or sankey.html (flow diagram) in a browser — no build step required. Or view the live demo.
| File | Description |
|---|---|
index.html, app.js |
Choropleth map of migration into each state |
sankey.html, sankey.js, sankey.css |
Interstate migration Sankey diagram |
australia.json |
GeoJSON state boundaries |
au.csv, data.csv |
Migration datasets |
Report.pdf |
Written analysis and findings |
D3.js · JavaScript · HTML · CSS · GeoJSON