mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-11-09 04:11:50 +01:00
Fixed Midnight appearing as "2 Jan" on PunchCard (#247)
This commit is contained in:
parent
44cea6ff45
commit
fd65d55257
@ -7,7 +7,8 @@ function punchCard(id, punchcardSeries) {
|
||||
xAxis: {
|
||||
type: 'datetime',
|
||||
dateTimeLabelFormats: {
|
||||
hour: '%I %P'
|
||||
hour: '%I %P',
|
||||
day: '%H %P'
|
||||
},
|
||||
tickInterval: 3600000
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user