Skip to content

Commit

Permalink
feat(screenshots): add 9 charts
Browse files Browse the repository at this point in the history
  • Loading branch information
jalezi committed May 6, 2021
1 parent 2aea44a commit 93a06b7
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions screenshots.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,33 @@ CHART = {
],
},
},
PhaseDiagram: {
name: 'PhaseDiagram',
},
Sources: {
name: 'Sources',
},
HcCases: {
name: 'HcCases',
},
ExcessDeaths: {
name: 'ExcessDeaths',
},
Deceased: {
name: 'Deceased',
},
MetricsCorrelation: {
name: 'MetricsCorrelation',
},
WeeklyDemographics: {
name: 'WeeklyDemographics',
},
Schools: {
name: 'Schools',
},
Sewage: {
name: 'Sewage',
},
};

CARD = {
Expand Down

0 comments on commit 93a06b7

Please sign in to comment.