adding median

This commit is contained in:
frankknoll
2022-03-17 16:52:19 +01:00
parent 23749a21ed
commit 1e8d97e6d3
5 changed files with 37 additions and 4 deletions

View File

@@ -57,6 +57,14 @@ class FreeBedsChartView {
yAxisKey: 'free_beds_divided_by_all_beds_in_percent'
},
backgroundColor: 'rgba(0, 0, 150, 1)'
},
{
label: 'Median des Anteils freier Betten',
data: data,
parsing: {
yAxisKey: 'median_free_beds_in_percent'
},
backgroundColor: 'rgba(0, 150, 150, 1)'
}
]
};