From 7ed1b9f89d404082f07352d679c377ccb60251e2 Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 24 May 2020 13:15:16 +0100 Subject: [PATCH] fixed the tooltips using the wrong font, closes #63 --- public/js/script.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/public/js/script.js b/public/js/script.js index 9f120afa9..3cab5ba2c 100644 --- a/public/js/script.js +++ b/public/js/script.js @@ -1188,10 +1188,6 @@ let wpmOverTimeChart = new Chart(ctx, { }, responsive: true, maintainAspectRatio: false, - tooltips: { - mode: 'x', - intersect: false - }, hover: { mode: 'x', intersect: false