- Get Gross Domestic Product (GDP) data with api call
- Show GDP data using the bar chat
- Render x-axis and y-axis
- If we hove over an area then will see more information of that area
Live Demo: https://codepen.io/sajibcse68/full/oNYVNoB
.
- Do the API call and get the Data of different dot
- Plot the Scatter graph using D3.js
- Render x-axis and y-axis
- If we hove over an area then will see more information of the Dot
- Run all the tests and passed 16/16 tests!
Live Demo: https://codepen.io/sajibcse68/full/abJrxKe .
- Do the API call and get the Heat Map monthly data from 1753 to 2015
- Plot the Heat Map using D3.js
- Render x-axis and y-axis
- If we hove over an area then will see more information of the Dot
- Run all the tests and passed 18/18 tests!
Live Demo: https://codepen.io/sajibcse68/full/WNjejWg .
- Do the API call and get the United States educational attainment data
- Plot the Choropleth Map using D3.js
- Render x-axis and y-axis
- If we hove over an area then will see more information of the Dot
- Run all the tests and passed 12/12 tests!
Live Demo: https://codepen.io/sajibcse68/full/KKmPEmL
.
- Do the API call and get the data
- Plot the Tree Map Diagram using D3.js
- Render x-axis and y-axis
- If we hove over an area then will see more information of the Dot
- Run all the tests and passed 12/12 tests!
Live Demo: https://codepen.io/sajibcse68/full/PomYLJB
.