styling charts

This commit is contained in:
frankknoll
2022-03-20 21:07:49 +01:00
parent 720a94240c
commit 8990af4f8d

View File

@@ -56,6 +56,12 @@ class MedianOfFreeBedsByKreisChartView {
}, },
responsive: true, responsive: true,
scales: { scales: {
x: {
title: {
display: true,
text: 'Landkreis'
}
},
y: UIUtils.getPercentageScale(label) y: UIUtils.getPercentageScale(label)
}, },
parsing: { parsing: {