mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-01-15 12:41:36 +01:00
Reversed PunchCard days: (Now top -> bottom = Monday -> Sunday)
This commit is contained in:
parent
69c8111be8
commit
cdbd8f9496
@ -16,6 +16,10 @@ function punchCard(id, punchcardSeries) {
|
|||||||
timezoneOffset: 0
|
timezoneOffset: 0
|
||||||
},
|
},
|
||||||
yAxis: {
|
yAxis: {
|
||||||
|
title: {
|
||||||
|
text: "Day of the Week"
|
||||||
|
},
|
||||||
|
reversed: true,
|
||||||
categories: ['Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday', 'Sunday']
|
categories: ['Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday', 'Sunday']
|
||||||
},
|
},
|
||||||
tooltip: {
|
tooltip: {
|
||||||
|
Loading…
Reference in New Issue
Block a user