From a88059f754c4cc4e9fa8c9bbbcaf99aa886d3235 Mon Sep 17 00:00:00 2001 From: frankknoll Date: Sat, 28 Jan 2023 22:11:27 +0100 Subject: [PATCH] using all batchcodes as the label of a given histogram --- docs/HistogramView.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/HistogramView.js b/docs/HistogramView.js index e149bf471a0..7e81f5bb97f 100644 --- a/docs/HistogramView.js +++ b/docs/HistogramView.js @@ -27,8 +27,7 @@ class HistogramView { type: 'bar', data: { datasets: [{ - // FK-TODO: alle histoDescr.batchcodes zu einem String zusammenfassen - label: histoDescr.batchcodes[0], + label: histoDescr.batchcodes.join(', '), data: histoDescr.histogram }] }