starting FreeBedsChartView

This commit is contained in:
frankknoll
2022-03-15 02:41:06 +01:00
parent ea691f9083
commit a7171ceef2
3 changed files with 562 additions and 417 deletions

View File

@@ -29,7 +29,7 @@ class IntensiveCareCapacitiesChartView {
parsing: {
yAxisKey: 'betten_belegt'
},
backgroundColor: 'rgba(255, 0, 0, 1)',
backgroundColor: 'rgba(255, 0, 0, 1)'
},
{
label: 'Freie Betten',
@@ -37,7 +37,7 @@ class IntensiveCareCapacitiesChartView {
parsing: {
yAxisKey: 'betten_frei'
},
backgroundColor: 'rgba(0, 255, 0, 1)',
backgroundColor: 'rgba(0, 255, 0, 1)'
}
]
};