Skip to content

madhura-punde/Covid-Visualization-using-ChartJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

SS