Merge branch 'main' into pages

This commit is contained in:
frankknoll
2022-03-15 17:23:09 +01:00
2 changed files with 10 additions and 2 deletions

View File

@@ -90,7 +90,11 @@ class FreeBedsChartView {
x: {
type: 'time',
time: {
unit: 'month'
tooltipFormat: 'DD.MM.YYYY',
unit: 'month',
displayFormats: {
'month': 'MMM YYYY'
}
}
},
y: {

View File

@@ -57,7 +57,11 @@ class IntensiveCareCapacitiesChartView {
stacked: true,
type: 'time',
time: {
unit: 'month'
tooltipFormat: 'DD.MM.YYYY',
unit: 'month',
displayFormats: {
'month': 'MMM YYYY'
}
}
},
y: {