diff --git a/Plan/src/main/resources/analysis.html b/Plan/src/main/resources/analysis.html index 8a99a38ce..d5443a0ba 100644 --- a/Plan/src/main/resources/analysis.html +++ b/Plan/src/main/resources/analysis.html @@ -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' } diff --git a/Plan/src/main/resources/player.html b/Plan/src/main/resources/player.html index 77305dfda..e8e9dde38 100644 --- a/Plan/src/main/resources/player.html +++ b/Plan/src/main/resources/player.html @@ -685,7 +685,7 @@ function countUpTimer() { datasets: [{ data: %gmdata% , backgroundColor: [ %gmcolors% ], - hoverBackgroundColor: [ %gmcolors% ] + [ %gmcolors% ] }] } var GMPie = new Chart(ctxgmpie, {