Add data for 2022-04-20. Temporarily disable combined test stats.

This commit is contained in:
Joshua Bemenderfer
2022-04-20 15:02:49 -04:00
parent cde567bf06
commit 4a4e9e1e16
656 changed files with 655 additions and 655 deletions

View File

@@ -83,12 +83,12 @@ async function process () {
date_short,
date_long: date.toLocaleDateString('en-US', { year: 'numeric', month: 'long', day: 'numeric' }),
current_percent_positive: Math.round(currentData.tests.seven_day_percent_positive),
current_tests: currentData.tests.combined_performed_running_total.toLocaleString(),
current_tests: 0, // currentData.tests.combined_performed_running_total.toLocaleString(),
current_cases: currentData.cases.total_cases.toLocaleString(),
current_hospitalizations: currentData.hospitalizations.total_hospitalizations.toLocaleString(),
current_deaths: currentData.deaths.total_deaths.toLocaleString(),
current_vaccinations: currentData.vaccinations.total_vaccinations.toLocaleString(),
current_tests_increase: (currentData.tests.combined_performed_running_total - prevData.tests.combined_performed_running_total).toLocaleString(),
current_tests_increase: 0, //(currentData.tests.combined_performed_running_total - prevData.tests.combined_performed_running_total).toLocaleString(),
current_cases_increase: currentData.cases.cases.toLocaleString(),
current_hospitalizations_increase: currentData.hospitalizations.hospitalizations.toLocaleString(),
current_deaths_increase: currentData.deaths.deaths.toLocaleString(),

Binary file not shown.

Binary file not shown.