moving files around

This commit is contained in:
frankknoll
2022-02-28 13:22:12 +01:00
parent 51545cdca0
commit 9281412843
6 changed files with 14160 additions and 111 deletions

View File

@@ -43,7 +43,7 @@
label: 'Belegte Betten',
data: data,
parsing: {
yAxisKey: 'Belegte_Intensivbetten'
yAxisKey: 'betten_belegt'
},
backgroundColor: 'rgba(255, 0, 0, 1)',
},
@@ -51,17 +51,9 @@
label: 'Freie Betten',
data: data,
parsing: {
yAxisKey: 'Freie_Intensivbetten'
yAxisKey: 'betten_frei'
},
backgroundColor: 'rgba(0, 255, 0, 1)',
},
{
label: 'Notfallreserve',
data: data,
parsing: {
yAxisKey: '7_Tage_Notfallreserve'
},
backgroundColor: 'rgba(0, 0, 255, 1)',
}
]
};
@@ -89,7 +81,7 @@
}
},
parsing: {
xAxisKey: 'Datum'
xAxisKey: 'date'
}
};
}