From 98244ac169f19bef4fb9fc0188d13169ae7749df Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 23 May 2020 22:33:42 +0100 Subject: [PATCH] made sure tooltips use the right font --- public/js/script.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/public/js/script.js b/public/js/script.js index 2b49354be..34e1229d7 100644 --- a/public/js/script.js +++ b/public/js/script.js @@ -1160,10 +1160,6 @@ let wpmOverTimeChart = new Chart(ctx, { }, responsive: true, maintainAspectRatio: false, - tooltips: { - mode: 'index', - intersect: false, - }, hover: { mode: 'nearest', intersect: true