This commit is contained in:
frankknoll
2023-04-16 21:37:04 +02:00
parent a1987f6331
commit e41822b2c6
3 changed files with 3 additions and 6 deletions

View File

@@ -31,7 +31,7 @@ class HistogramChartView {
return {
labels: symptoms,
datasets: [{
label: histoDescr.batchcode,
label: 'Batch ' + histoDescr.batchcode,
data: frequencies,
backgroundColor: '#1a73e8'
}]