using all batchcodes as the label of a given histogram

This commit is contained in:
frankknoll
2023-01-28 22:11:27 +01:00
parent f77bce94d6
commit a88059f754

View File

@@ -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
}]
}