diff --git a/Plan/src/main/resources/js/activityPie.js b/Plan/src/main/resources/js/activityPie.js index 1d0716b91..074465923 100644 --- a/Plan/src/main/resources/js/activityPie.js +++ b/Plan/src/main/resources/js/activityPie.js @@ -6,7 +6,7 @@ function activityPie(id, activitySeries, activityTotal, activityColors) { plotShadow: false, type: 'pie' }, - subtitle: {text: 'Total Players:' + activityTotal}, + title: {text: ''}, tooltip: { pointFormat: '{series.name}: {point.y}' }, diff --git a/Plan/src/main/resources/js/gmPie.js b/Plan/src/main/resources/js/gmPie.js deleted file mode 100644 index e0e3c14e8..000000000 --- a/Plan/src/main/resources/js/gmPie.js +++ /dev/null @@ -1,24 +0,0 @@ -function gmPie(id, gmSeries, gmtotal, gmColors) { - Highcharts.chart(id, { - chart: { - plotBackgroundColor: null, plotBorderWidth: null, plotShadow: false, - type: 'pie' - }, - subtitle: {text: gmtotal}, - tooltip: { - pointFormat: '{series.name}: {point.percentage:.2f}%' - }, - plotOptions: { - pie: { - allowPointSelect: true, - cursor: 'pointer', - dataLabels: { - enabled: false - }, - colors: gmColors, - showInLegend: true - } - }, - series: [gmSeries] - }); -} \ No newline at end of file diff --git a/Plan/src/main/resources/js/playerGraph.js b/Plan/src/main/resources/js/playerGraph.js index 3d06e7bd6..69cd1071f 100644 --- a/Plan/src/main/resources/js/playerGraph.js +++ b/Plan/src/main/resources/js/playerGraph.js @@ -23,6 +23,7 @@ function playersChart(id, playersOnlineSeries, sel) { text: 'All' }] }, + title: {text: ''}, plotOptions: { areaspline: { fillOpacity: 0.4 diff --git a/Plan/src/main/resources/js/punchCard.js b/Plan/src/main/resources/js/punchCard.js index 8feefa1a2..a16775f47 100644 --- a/Plan/src/main/resources/js/punchCard.js +++ b/Plan/src/main/resources/js/punchCard.js @@ -3,6 +3,7 @@ function punchCard(id, punchcardSeries) { chart: { defaultSeriesType: 'scatter' }, + title: {text: ''}, xAxis: { type: 'datetime', dateTimeLabelFormats: { diff --git a/Plan/src/main/resources/js/resourceGraph.js b/Plan/src/main/resources/js/resourceGraph.js index 7c0d2ff47..b5dd87582 100644 --- a/Plan/src/main/resources/js/resourceGraph.js +++ b/Plan/src/main/resources/js/resourceGraph.js @@ -49,6 +49,7 @@ function resourceChart(id, cpuSeries, ramSeries) { tooltip: { split: true }, + title: {text: ''}, plotOptions: { areaspline: { fillOpacity: 0.4 diff --git a/Plan/src/main/resources/js/tpsGraph.js b/Plan/src/main/resources/js/tpsGraph.js index c79bffc91..d1a2f110e 100644 --- a/Plan/src/main/resources/js/tpsGraph.js +++ b/Plan/src/main/resources/js/tpsGraph.js @@ -48,6 +48,7 @@ function tpsChart(id, tpsSeries, playersOnlineSeries) { tooltip: { split: true }, + title: {text: ''}, plotOptions: { areaspline: { fillOpacity: 0.4 diff --git a/Plan/src/main/resources/js/worldGraph.js b/Plan/src/main/resources/js/worldGraph.js index 95a057929..765f447fd 100644 --- a/Plan/src/main/resources/js/worldGraph.js +++ b/Plan/src/main/resources/js/worldGraph.js @@ -49,6 +49,7 @@ function worldChart(id, entitySeries, chunkSeries) { tooltip: { split: true }, + title: {text: ''}, plotOptions: { areaspline: { fillOpacity: 0.4 diff --git a/Plan/src/main/resources/js/worldMap.js b/Plan/src/main/resources/js/worldMap.js index e7f77544a..797d01c84 100644 --- a/Plan/src/main/resources/js/worldMap.js +++ b/Plan/src/main/resources/js/worldMap.js @@ -3,6 +3,7 @@ function worldMap(id, colorMin, colorMax, mapSeries) { chart: { animation: true }, + title: {text: ''}, colorAxis: { min: 1, type: 'logarithmic',