We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 116faed commit df16204Copy full SHA for df16204
src/stores.js
@@ -29,6 +29,17 @@ export const sensors = readable(
29
levels: ['county', 'msa', 'state'],
30
official: false,
31
},
32
+ {
33
+ name: "Hospital Admissions",
34
+ id: "hospital-admissions",
35
+ tooltipText: "Percentage of daily hospital admissions with COVID-19 associated diagnoses",
36
+ mapTitleText: "Percentage of daily hospital admissions with COVID-19 associated diagnoses",
37
+ chartTitleText: "Percentage of daily hospital admissions with COVID-19 associated diagnoses",
38
+ yAxis: "Percentage",
39
+ format: "percent",
40
+ signal: "smoothed_adj_covid19",
41
+ levels: ["county", "msa", "state"],
42
+ },
43
{
44
name: 'Symptoms (FB)',
45
id: 'fb-survey',
0 commit comments