formating dates

This commit is contained in:
frankknoll
2022-03-15 17:21:50 +01:00
parent eb1d8aefb7
commit d9b4401464
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: {