An interactive data visualization dashboard exploring tuberculosis trends across Asia and Africa from 2000-2020. Built with D3.js.
- Interactive Sunburst Chart for hierarchical data visualization
- Force-Directed Graph showing country relationships
- Dynamic Treemap for comparative analysis
- Time-based animations and filtering
- Region-based filtering
- Responsive design
- D3.js v7
- HTML5
- CSS3
- JavaScript (ES6+)
- AOS (Animate on Scroll)
- African tuberculosis data (2000-2020)
- Asian tuberculosis data (2000-2020)
Alternatively, instead of running the project, you can check it out live:
https://ourdavproject.netlify.app
To run this project locally:
- Clone the repository
- run
python server.py - Navigate to
index.html
See documentation.md for detailed information about the project development process, challenges, and learnings.