Skip to content

Commit

Permalink
Merge pull request #45 from publichealthengland/development
Browse files Browse the repository at this point in the history
Show deaths by death date
  • Loading branch information
bmcollier committed Jan 26, 2023
2 parents 5fb792d + 04d785e commit ab25cac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions coronavirus_dashboard_summary/Models/Models.Metadata.fs
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ let CardMetadata: ContentMetadata[] = [|
description = "by date of specimen as of"
}
{
metric = "newDeaths28DaysByDeathDate"
rate = "newDeaths28DaysByDeathDateRollingRate"
sum = "newDeaths28DaysByDeathDateRollingSum"
metric = "newDailyNsoDeathsByDeathDate"
rate = null
sum = "newDailyNsoDeathsByDeathDateRollingSum"
caption = "Deaths"
heading = "Deaths within 28 days of positive test"
heading = "Deaths with COVID-19 on the death certificate"
postcodeDestination = "ltla"
rateOffset = true
postCodeOnly = false
Expand Down

0 comments on commit ab25cac

Please sign in to comment.