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