Removes unused labels

This commit is contained in:
Fuzzlemann 2017-07-23 14:13:59 +02:00
parent e5a8bc1213
commit 0b0c9c6610
2 changed files with 15 additions and 15 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: {
display: true,
true,
labelString: 'Players'
}
}],
xAxes: [{
[{
type: 'linear',
display: false
}]
@ -1252,11 +1252,11 @@
suggestedMin: 0
},
scaleLabel: {
display: true,
true,
labelString: 'Players'
}
}],
xAxes: [{
[{
type: 'linear',
display: false
}]
@ -1273,7 +1273,7 @@
{
data: %activitydata% ,
backgroundColor: [ %activitycolors% ],
hoverBackgroundColor: [ %activitycolors% ]
[ %activitycolors% ]
}
]
}
@ -1299,7 +1299,7 @@
{
data: %gmdata% ,
backgroundColor: [ %gmcolors% ],
hoverBackgroundColor: [ %gmcolors% ]
[ %gmcolors% ]
}
]
}
@ -1461,16 +1461,16 @@
autocolorscale: false,
reversescale: true,
marker: {
line: {
color: 'rgb(100,100,100)',
{
'rgb(100,100,100)',
width: 0.5
}
},
tick0: 0,
0,
zmin: 0,
dtick: 1000,
colorbar: {
autotic: false,
false,
tickprefix: '',
title: 'Players'
}

View File

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