From d1534af7f35ebd2c24334184e1480f8c762210bb Mon Sep 17 00:00:00 2001 From: frankknoll Date: Fri, 9 Jun 2023 22:50:24 +0200 Subject: [PATCH] adding a TODO --- docs/BatchcodeByCountryBarChart.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/BatchcodeByCountryBarChart.js b/docs/BatchcodeByCountryBarChart.js index f02c820ee3f..4ca2287c4fb 100644 --- a/docs/BatchcodeByCountryBarChart.js +++ b/docs/BatchcodeByCountryBarChart.js @@ -31,11 +31,11 @@ class BatchcodeByCountryBarChart { labels: barChartDescription.countries, datasets: [ { - label: "frequencies before deletion", // FK-TODO: daterange einfügen, allerdings für "frequencies guessed" + label: "frequencies before deletion", // FK-TODO: daterange einfügen data: barChartDescription["frequencies before deletion"] }, { - label: "frequencies guessed", + label: "frequencies guessed", // FK-TODO: daterange einfügen data: barChartDescription["frequencies guessed"] } ]