styling charts
This commit is contained in:
@@ -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: {
|
||||||
|
|||||||
Reference in New Issue
Block a user