getDateRangeOfVAERSReportsBeforeDeletionOfCountryCodes()
This commit is contained in:
@@ -127,6 +127,7 @@ class BatchCodeTableInitializer {
|
||||
const barChartDescription = barChartDescriptions.barChartDescriptions[batchcode];
|
||||
barChartDescription.batchcode = batchcode;
|
||||
barChartDescription['dateRange guessed'] = barChartDescriptions['dateRange guessed'];
|
||||
barChartDescription['dateRange before deletion'] = barChartDescriptions['dateRange before deletion'];
|
||||
return barChartDescription;
|
||||
}
|
||||
|
||||
|
||||
@@ -31,7 +31,7 @@ class BatchcodeByCountryBarChart {
|
||||
labels: barChartDescription.countries,
|
||||
datasets: [
|
||||
{
|
||||
label: "frequencies before deletion", // FK-TODO: daterange einfügen
|
||||
label: `frequencies before deletion ${this.#dateRange2str(barChartDescription['dateRange before deletion'])}`,
|
||||
data: barChartDescription["frequencies before deletion"]
|
||||
},
|
||||
{
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user