refactoring

This commit is contained in:
frankknoll
2022-03-15 02:44:29 +01:00
parent a7171ceef2
commit 359a4f6080
2 changed files with 4 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ class FreeBedsChartView {
label: 'Anteil freier Betten',
data: data,
parsing: {
yAxisKey: 'free_beds_divided_by_all_beds'
yAxisKey: 'free_beds_divided_by_all_beds_in_percent'
},
backgroundColor: 'rgba(0, 255, 0, 1)'
}