Visualization of Taiwan election 2020 with county and township data, projecting map data using D3.js
- Colorized: Filled the regions with colors based on voting rate
- Draggable: Visualized by movable and zoomable map
- Aesthetic: Well designed UI and user experience
- D3.js v5 -> Data visualization framework
- D3.js Topojson v2 -> D3.js topoJson parsing tool
Just clone it into your host
git clone https://github.com/jercymat/TW-election-2020.git
Navigate to the root path of the repo then run the server.
python3 -m http.server [port]
Enjoy.
- Election Result : Central Election Commision, R.O.C. (Taiwan)
- Map : National Land Surveying and Mapping Center, Ministry of the Interior, R.O.C (Taiwan)
- Han-Hsuan Lin - Dept. of computer science, National Chengchi University - 110753108@nccu.edu.tw
This system is built for Information Visualization Course, Dept. of computer science, National Chengchi University.