getDateRangeOfVAERSReportsBeforeDeletionOfCountryCodes()

This commit is contained in:
frankknoll
2023-06-11 11:04:02 +02:00
parent 2b1e501600
commit 39f532a385
5 changed files with 719 additions and 475 deletions

View File

@@ -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"]
},
{