A d3 dashboard showing CO2 emissions by various countries between 1990-2011.
This dashboard was implemented using d3js
and uses topojson
for the map visualization. Bulma
css is used for styling. Transitions in the visulization are smooth thanks to d3-transition
and d3-ease
.
The data for the visualization can be obtained here
The live demo can be found here: Live Demo
Main dashboard page that appears when you load the page
You can change the year
You can choose to look at emissions per capita
You can click on a country to see it's early trend in the bar chart
This project was one of the projects assigned during The Advanced Web Developer Bootcamp