Data visualization is an interdisciplinary field that deals with the graphic representation of data. It is a particularly efficient way of communicating when the data is numerous as for example a Time Series.
You can check demo here.
- Interactive graph based on user selected option.
- Animated graph
- Sort graph ascending or descending.
- Zoomable World Map.
- Tooltip
- Next.js
- D3.js
- styled-components
- Topojson
- PropTypes
Install npm packages
npm install
Run dev server
npm run dev