From 962aecd1d274d45c64579caff1e69b11ce374a33 Mon Sep 17 00:00:00 2001 From: Rsl1122 Date: Wed, 27 Sep 2017 21:13:37 +0300 Subject: [PATCH] Split the Performance graphs back to 3 graphs --- Plan/src/main/resources/html/player.html | 4 --- Plan/src/main/resources/html/server.html | 38 +++++++++++++++------ Plan/src/main/resources/js/resourceGraph.js | 26 ++------------ Plan/src/main/resources/js/tpsGraph.js | 25 ++------------ Plan/src/main/resources/js/worldGraph.js | 26 ++------------ 5 files changed, 37 insertions(+), 82 deletions(-) diff --git a/Plan/src/main/resources/html/player.html b/Plan/src/main/resources/html/player.html index 1445581a1..f066fc35c 100644 --- a/Plan/src/main/resources/html/player.html +++ b/Plan/src/main/resources/html/player.html @@ -272,10 +272,6 @@ x.style.transform = "translate3d(" + value + "%,0px,0)"; }; } - - - - diff --git a/Plan/src/main/resources/html/server.html b/Plan/src/main/resources/html/server.html index 3b3ad6265..95e59093b 100644 --- a/Plan/src/main/resources/html/server.html +++ b/Plan/src/main/resources/html/server.html @@ -9,6 +9,8 @@ + +
@@ -221,8 +223,23 @@

Performance

-
@@ -448,10 +465,11 @@ color: '#222', data: ${punchCardSeries} }; - - - - + +