Reverts changes at analysis.html and player.html

This commit is contained in:
Fuzzlemann 2017-07-23 15:27:01 +02:00
parent 28c3db5da0
commit cda005b7fd
2 changed files with 677 additions and 677 deletions

View File

@ -978,7 +978,7 @@
suggestedMax: %graphmaxplayers%
}
}],
[{
xAxes: [{
type: 'linear',
display: false
}]
@ -1006,7 +1006,7 @@
suggestedMax: %graphmaxplayers%
}
}],
[{
xAxes: [{
type: 'linear',
display: false
}]
@ -1034,7 +1034,7 @@
suggestedMax: %graphmaxplayers%
}
}],
[{
xAxes: [{
type: 'linear',
display: false
}]
@ -1062,7 +1062,7 @@
suggestedMax: %graphmaxplayers%
}
}],
[{
xAxes: [{
type: 'linear',
display: false
}]
@ -1155,11 +1155,11 @@
suggestedMin: 0
},
scaleLabel: {
true,
display: true,
labelString: 'Players'
}
}],
[{
xAxes: [{
type: 'linear',
display: false
}]
@ -1252,11 +1252,11 @@
suggestedMin: 0
},
scaleLabel: {
true,
display: true,
labelString: 'Players'
}
}],
[{
xAxes: [{
type: 'linear',
display: false
}]
@ -1273,7 +1273,7 @@
{
data: %activitydata% ,
backgroundColor: [ %activitycolors% ],
[ %activitycolors% ]
hoverBackgroundColor: [ %activitycolors% ]
}
]
}
@ -1299,7 +1299,7 @@
{
data: %gmdata% ,
backgroundColor: [ %gmcolors% ],
[ %gmcolors% ]
hoverBackgroundColor: [ %gmcolors% ]
}
]
}
@ -1461,16 +1461,16 @@
autocolorscale: false,
reversescale: true,
marker: {
{
'rgb(100,100,100)',
line: {
color: 'rgb(100,100,100)',
width: 0.5
}
},
0,
tick0: 0,
zmin: 0,
dtick: 1000,
colorbar: {
false,
autotic: false,
tickprefix: '',
title: 'Players'
}

View File

@ -685,7 +685,7 @@ function countUpTimer() {
datasets: [{
data: %gmdata% ,
backgroundColor: [ %gmcolors% ],
[ %gmcolors% ]
hoverBackgroundColor: [ %gmcolors% ]
}]
}
var GMPie = new Chart(ctxgmpie, {