fixed tooltips not showing up

This commit is contained in:
unknown 2020-05-24 14:05:40 +01:00
parent 01a4e85b2e
commit 7e1ed2ab41

View file

@ -1178,7 +1178,9 @@ let wpmOverTimeChart = new Chart(ctx, {
options: {
tooltips: {
titleFontFamily: "Roboto Mono",
bodyFontFamily: "Roboto Mono"
bodyFontFamily: "Roboto Mono",
mode: 'x',
intersect: false
},
legend: {
display: false,