Skip to content

Commit

Permalink
💄 minor cosmethic changes to covid explorer (#4034)
Browse files Browse the repository at this point in the history
* 💄 minor cosmethic changes to covid explorer

* 💄 minor cosmethic changes to covid explorer

* 💄 minor cosmethic changes to covid explorer

* correct display names
  • Loading branch information
lucasrodes authored Feb 26, 2025
1 parent 2aa9d70 commit 382d8fe
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions etl/steps/export/explorers/covid/latest/covid.config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ dimensions:
- slug: xm_count
name: Excess mortality (count)
- slug: deaths
name: Deaths
name: Confirmed deaths
- slug: cases
name: Cases
name: Confirmed cases
- slug: cases_deaths
name: Cases and Deaths
- slug: patients
Expand Down Expand Up @@ -461,7 +461,7 @@ views:
#######################
- dimensions:
metric: patients
interval: daily_new
interval: daily
relative: false
indicators:
y: hospital#daily_occupancy_hosp
Expand All @@ -470,7 +470,7 @@ views:

- dimensions:
metric: patients
interval: daily_new
interval: daily
relative: true
indicators:
y: hospital#daily_occupancy_hosp_per_1m
Expand Down Expand Up @@ -499,7 +499,7 @@ views:
#######################
- dimensions:
metric: icu_patients
interval: daily_new
interval: daily
relative: false
indicators:
y: hospital#daily_occupancy_icu
Expand All @@ -508,7 +508,7 @@ views:

- dimensions:
metric: icu_patients
interval: daily_new
interval: daily
relative: true
indicators:
y: hospital#daily_occupancy_icu_per_1m
Expand Down

0 comments on commit 382d8fe

Please sign in to comment.