starting to add dateRange
This commit is contained in:
@@ -117,8 +117,8 @@ class BatchCodeTableInitializer {
|
||||
}
|
||||
|
||||
#displayBatchcodeByCountryBarChart(batchcode, barChartDescriptions, uiContainer) {
|
||||
if (batchcode in barChartDescriptions) {
|
||||
const barChartDescription = barChartDescriptions[batchcode];
|
||||
if (batchcode in barChartDescriptions.barChartDescriptions) {
|
||||
const barChartDescription = barChartDescriptions.barChartDescriptions[batchcode];
|
||||
barChartDescription['batchcode'] = batchcode;
|
||||
new BatchcodeByCountryBarChartView(uiContainer).displayBatchcodeByCountryBarChart(barChartDescription);
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user