Expand age by range risk report with chips.
This commit is contained in:
@@ -28,7 +28,7 @@ async function processSingleZip ({ date, zip }) {
|
||||
hospitalizations: +row.confirmed_case_hospitalization,
|
||||
deaths: +row.deaths,
|
||||
total_cases: +row.cases_cum,
|
||||
total_deaths: +row.total_deaths
|
||||
total_deaths: +row.death_cum
|
||||
}
|
||||
}).filter(row => !!row.report_date)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user