removing batchCodesSelect

This commit is contained in:
frankknoll
2023-04-16 14:34:53 +02:00
parent fef2957d60
commit 8031277b31
6 changed files with 5 additions and 67 deletions

View File

@@ -31,7 +31,7 @@ class HistogramChartView {
return {
labels: symptoms,
datasets: [{
label: histoDescr.batchcodes.join(', '),
label: histoDescr.batchcode,
data: frequencies
}]
};