Merge branch 'main' into pages
This commit is contained in:
@@ -90,7 +90,11 @@ class FreeBedsChartView {
|
||||
x: {
|
||||
type: 'time',
|
||||
time: {
|
||||
unit: 'month'
|
||||
tooltipFormat: 'DD.MM.YYYY',
|
||||
unit: 'month',
|
||||
displayFormats: {
|
||||
'month': 'MMM YYYY'
|
||||
}
|
||||
}
|
||||
},
|
||||
y: {
|
||||
|
||||
@@ -57,7 +57,11 @@ class IntensiveCareCapacitiesChartView {
|
||||
stacked: true,
|
||||
type: 'time',
|
||||
time: {
|
||||
unit: 'month'
|
||||
tooltipFormat: 'DD.MM.YYYY',
|
||||
unit: 'month',
|
||||
displayFormats: {
|
||||
'month': 'MMM YYYY'
|
||||
}
|
||||
}
|
||||
},
|
||||
y: {
|
||||
|
||||
Reference in New Issue
Block a user