using all batchcodes as the label of a given histogram
This commit is contained in:
@@ -27,8 +27,7 @@ class HistogramView {
|
|||||||
type: 'bar',
|
type: 'bar',
|
||||||
data: {
|
data: {
|
||||||
datasets: [{
|
datasets: [{
|
||||||
// FK-TODO: alle histoDescr.batchcodes zu einem String zusammenfassen
|
label: histoDescr.batchcodes.join(', '),
|
||||||
label: histoDescr.batchcodes[0],
|
|
||||||
data: histoDescr.histogram
|
data: histoDescr.histogram
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user