displaying a bar chart in each table row
This commit is contained in:
6
docs/BarChartDescriptionsProvider.js
Normal file
6
docs/BarChartDescriptionsProvider.js
Normal file
@@ -0,0 +1,6 @@
|
||||
class BarChartDescriptionsProvider {
|
||||
|
||||
static getBarChartDescriptions() {
|
||||
return fetch('data/barChartDescriptionTable.json').then(response => response.json());
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user