displaying PrrByVaccineTable
This commit is contained in:
6
docs/SymptomsCausedByVaccines/js/PrrByVaccineProvider.js
Normal file
6
docs/SymptomsCausedByVaccines/js/PrrByVaccineProvider.js
Normal file
@@ -0,0 +1,6 @@
|
||||
class PrrByVaccineProvider {
|
||||
|
||||
static getPrrByVaccine(symptom) {
|
||||
return fetch(`../data/ProportionalReportingRatios/${symptom}.json`).then(response => response.json());
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user