All examples By author By category About

sabeehtaqi

Final Project (submission)

Choropleth map for Countywise population of USA for the year 2016. We can replace rate2016 in this line of code "csv.forEach(function(d) { data.set(d.id, { name: d.Area_Name, state: d.State, rate: +d.rate2016.replace(/,/g, '') });" with rate2010 or 2011 till 2016 and get a choropleth map for these years.