Changed Punchcard to say 12am instead of 0am

Affects issues:
- #712
This commit is contained in:
Rsl1122 2019-12-16 15:46:47 +02:00
parent 4611c327d4
commit 9c5d503526

View File

@ -284,7 +284,7 @@ function punchCard(id, punchcardSeries) {
type: 'datetime',
dateTimeLabelFormats: {
hour: '%I %P',
day: '%H %P'
day: '%I %P'
},
tickInterval: 3600000
},