adrianhajdin / project_corona_tracker

This is a code repository for the corresponding YouTube video. In this tutorial, we are going to build and deploy a corona tracker application. Covered topics: React.js, Chart.js, Material UI, and much more.
https://covid19statswebsite.netlify.com/
1.45k stars 476 forks source link

Reverse the data fetch for US Daily Data. #29

Open mrhappyasthma opened 3 years ago

mrhappyasthma commented 3 years ago

The chart is displaying backwards now (with the newest dates on the left, and the oldest dates on the right). This can be seen on the live demo.

After this commit, the data will be reversed to better match the tutorial.