Skip to content

Commit

Permalink
updated indicator signals
Browse files Browse the repository at this point in the history
  • Loading branch information
rhansolo committed Jun 29, 2020
1 parent 116faed commit df16204
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/stores.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,17 @@ export const sensors = readable(
levels: ['county', 'msa', 'state'],
official: false,
},
{
name: "Hospital Admissions",
id: "hospital-admissions",
tooltipText: "Percentage of daily hospital admissions with COVID-19 associated diagnoses",
mapTitleText: "Percentage of daily hospital admissions with COVID-19 associated diagnoses",
chartTitleText: "Percentage of daily hospital admissions with COVID-19 associated diagnoses",
yAxis: "Percentage",
format: "percent",
signal: "smoothed_adj_covid19",
levels: ["county", "msa", "state"],
},
{
name: 'Symptoms (FB)',
id: 'fb-survey',
Expand Down

0 comments on commit df16204

Please sign in to comment.