From 8d4fdc6b9a298e1f5412fb2f81080e8ab6519b6c Mon Sep 17 00:00:00 2001 From: Jack Date: Thu, 10 Sep 2020 00:43:31 +0100 Subject: [PATCH] added back filtered time typing --- public/index.html | 5 ++++- public/js/account.js | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/public/index.html b/public/index.html index c1d885b3b..1e3b8b544 100644 --- a/public/index.html +++ b/public/index.html @@ -2566,7 +2566,10 @@
-
-
+
+
time typing
+
-
+
avg accuracy
-
diff --git a/public/js/account.js b/public/js/account.js index c564bd88f..934a42dc1 100644 --- a/public/js/account.js +++ b/public/js/account.js @@ -509,7 +509,7 @@ let activityChart = new Chart($(".pageAccount #activityChart"), { trendlineLinear: { style: "rgba(255,105,180, .8)", lineStyle: "dotted", - width: 4, + width: 2, }, }, ],