using gentella dashboard

This commit is contained in:
frankknoll
2023-04-16 21:26:00 +02:00
parent ec98862dc4
commit a1987f6331
5 changed files with 50343 additions and 49879 deletions

View File

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