From 9c393410ca12c1585e1c4dc4f0559e873cef9340 Mon Sep 17 00:00:00 2001 From: Rsl1122 Date: Sun, 3 Sep 2017 12:29:53 +0300 Subject: [PATCH] Removed the ugly axis from the icon --- .../plan/utilities/html/graphs/PunchCardGraphCreator.java | 3 --- Plan/src/main/resources/html/error.html | 4 +++- Plan/src/main/resources/html/network.html | 4 +++- Plan/src/main/resources/html/player.html | 4 +++- Plan/src/main/resources/html/server.html | 4 +++- 5 files changed, 12 insertions(+), 7 deletions(-) diff --git a/Plan/src/main/java/com/djrapitops/plan/utilities/html/graphs/PunchCardGraphCreator.java b/Plan/src/main/java/com/djrapitops/plan/utilities/html/graphs/PunchCardGraphCreator.java index dc8dc4b38..a483666f5 100644 --- a/Plan/src/main/java/com/djrapitops/plan/utilities/html/graphs/PunchCardGraphCreator.java +++ b/Plan/src/main/java/com/djrapitops/plan/utilities/html/graphs/PunchCardGraphCreator.java @@ -44,9 +44,6 @@ public class PunchCardGraphCreator { for (int i = 0; i < 7; i++) { for (int j = 0; j < 24; j++) { int value = scaled[i][j]; -// if (value == 0) { -// continue; -// } if (j == 0) { arrayBuilder.append("{x:").append(24 * 3600000); } else { diff --git a/Plan/src/main/resources/html/error.html b/Plan/src/main/resources/html/error.html index af6f65029..b064d1cdd 100644 --- a/Plan/src/main/resources/html/error.html +++ b/Plan/src/main/resources/html/error.html @@ -17,7 +17,9 @@ - +
+ +

Player Analytics v.${version}

diff --git a/Plan/src/main/resources/html/network.html b/Plan/src/main/resources/html/network.html index b0a7da57a..245a97213 100644 --- a/Plan/src/main/resources/html/network.html +++ b/Plan/src/main/resources/html/network.html @@ -17,7 +17,9 @@ - +
+ +

Player Analytics v.${version}

${networkName} | Network

diff --git a/Plan/src/main/resources/html/player.html b/Plan/src/main/resources/html/player.html index 590f9817e..675a74fc3 100644 --- a/Plan/src/main/resources/html/player.html +++ b/Plan/src/main/resources/html/player.html @@ -18,7 +18,9 @@ - +
+ +

Player Analytics v.${version}

Player | ${playerName}

diff --git a/Plan/src/main/resources/html/server.html b/Plan/src/main/resources/html/server.html index 6701a3e7c..c92dced10 100644 --- a/Plan/src/main/resources/html/server.html +++ b/Plan/src/main/resources/html/server.html @@ -17,7 +17,9 @@ - +
+ +

Player Analytics v.${version}

${serverName} | Server Analysis