mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-11-06 10:49:44 +01:00
Removes unused labels
This commit is contained in:
parent
e5a8bc1213
commit
0b0c9c6610
@ -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'
|
||||
}
|
||||
|
@ -685,7 +685,7 @@ function countUpTimer() {
|
||||
datasets: [{
|
||||
data: %gmdata% ,
|
||||
backgroundColor: [ %gmcolors% ],
|
||||
hoverBackgroundColor: [ %gmcolors% ]
|
||||
[ %gmcolors% ]
|
||||
}]
|
||||
}
|
||||
var GMPie = new Chart(ctxgmpie, {
|
||||
|
Loading…
Reference in New Issue
Block a user