mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-11-05 10:20:23 +01:00
Fixed Timezone issues (#519)
This commit is contained in:
parent
b18396192f
commit
54b6817e4f
@ -12,6 +12,9 @@ function punchCard(id, punchcardSeries) {
|
||||
},
|
||||
tickInterval: 3600000
|
||||
},
|
||||
time: {
|
||||
timezoneOffset: 0
|
||||
},
|
||||
yAxis: {
|
||||
categories: ['Monday','Tuesday','Wednesday','Thursday','Friday','Saturday','Sunday']
|
||||
},
|
||||
|
@ -317,11 +317,10 @@
|
||||
<script>
|
||||
Highcharts.setOptions({
|
||||
lang: {noData: "No Data to Display"},
|
||||
global: {
|
||||
time: {
|
||||
timezoneOffset: ${timeZone} * 60
|
||||
}
|
||||
})
|
||||
;
|
||||
});
|
||||
// Data Variables
|
||||
var playersOnlineSeries = {
|
||||
name: 'Players Online',
|
||||
|
@ -588,11 +588,10 @@
|
||||
<!-- Chart Data -->
|
||||
<script>
|
||||
Highcharts.setOptions({
|
||||
global: {
|
||||
time: {
|
||||
timezoneOffset: ${timeZone} * 60
|
||||
}
|
||||
})
|
||||
;
|
||||
});
|
||||
var serverSeries = {
|
||||
name: 'Server Playtime',
|
||||
colorByPoint: true,
|
||||
|
@ -953,7 +953,7 @@
|
||||
<script>
|
||||
Highcharts.setOptions({
|
||||
lang: {noData: "No Data to Display"},
|
||||
global: {
|
||||
time: {
|
||||
timezoneOffset: ${timeZone} * 60
|
||||
}
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user