updated data source

This commit is contained in:
frankknoll
2023-12-09 17:05:05 +01:00
parent 1ab0556209
commit 7543184b55
2253 changed files with 3496 additions and 1203 deletions

View File

@@ -19,7 +19,7 @@ class PrrByVaccineTableView {
tableElement: tableElement,
keyColumnName: 'Vaccine',
prrColumnName: 'Lower Confidence Limit of Proportional Reporting Ratio',
shallMarkRowIfPrrTooHigh: false
shallMarkRowIfPrrTooHigh: true
});
}
}