-
Notifications
You must be signed in to change notification settings - Fork 0
Data Visualisation with SVG World Map
Piyush Nanwani edited this page May 3, 2021
·
3 revisions
- World map SVG was downloaded from the internet. And its equivalent React Component was made.
User inputs a year and particular greenhouse gas. And based on these two parameters data is filtered and emission values of all countries are computed. And based on these emission values, maps or countries are colored.
- Coloring is set here
- Function to compute color of countries
- Map source code