Skip to content

Commit df16204

Browse files
committed
updated indicator signals
1 parent 116faed commit df16204

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/stores.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,17 @@ export const sensors = readable(
2929
levels: ['county', 'msa', 'state'],
3030
official: false,
3131
},
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+
},
3243
{
3344
name: 'Symptoms (FB)',
3445
id: 'fb-survey',

0 commit comments

Comments
 (0)