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