https://github.com/madhura-punde/covid-visualization-using-chartjs
Visualization using graphjs
https://github.com/madhura-punde/covid-visualization-using-chartjs
charts-js covid-19-india covid19-tracker reactjs visualization-library
Last synced: 3 months ago
JSON representation
Visualization using graphjs
- Host: GitHub
- URL: https://github.com/madhura-punde/covid-visualization-using-chartjs
- Owner: madhura-punde
- Created: 2022-08-11T15:57:33.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-07T17:23:11.000Z (almost 3 years ago)
- Last Synced: 2025-06-23T00:38:27.337Z (about 1 year ago)
- Topics: charts-js, covid-19-india, covid19-tracker, reactjs, visualization-library
- Language: JavaScript
- Homepage:
- Size: 819 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Covid-Visualization #
Visualization using chartjs
## Introduction ##
This application demonstrates the statewise COVID data in the form of Bar and donut chart with react-chartjs-2 Library.
### Requirement ###
Fetching data from an API and rendering the data onto UI using chartjs library.
Bar chart demonstrates the covid patients Active, Recovered and death case count statewise for the month of Feb 2021.
Whereas, Donut chart outlines the recovered patient data for 5 states.
### Description ###
1) used axios for fetching data.
2) used function based components and useEffect hook
3) Refered the doc for graphjs implementated Bar and Doughnut Chart
4) Faced some issues in the version of react-chartjs-2. Downgraded the version of
of the same.
5) Current project is live on below link.
### view ###
Final Overview
