displaying BatchcodeByCountryBarChart
This commit is contained in:
7
docs/BarChartDescriptionProvider.js
Normal file
7
docs/BarChartDescriptionProvider.js
Normal file
@@ -0,0 +1,7 @@
|
||||
class BarChartDescriptionProvider {
|
||||
|
||||
static getBarChartDescription(batchcode) {
|
||||
return fetch(`data/barChartDescriptionTables/${batchcode}.json`)
|
||||
.then(response => response.json());
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user