Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Druhin13 authored Apr 8, 2020
1 parent bdf192d commit 40d2280
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions corona-info/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ let massPopChart = new Chart(myChart, {

//add a space

labels: ['','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','' ],
labels: ['','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','' ],
datasets: [{
label: 'Daily Cases',

//add daily case

data: [
1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,22,2,1,3,5,9,15,7,12,9,16,5,15,19,25,27,60,76,69,94,74,86,73,153,141,115,190,306,424,486,560,579,605,489
1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,22,2,1,3,5,9,15,7,12,9,16,5,15,19,25,27,60,76,69,94,74,86,73,153,141,115,190,306,424,486,560,579,605,489,573
],
backgroundColor: '#F5AEA8'
}]
Expand Down

0 comments on commit 40d2280

Please sign in to comment.