mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-04 04:51:16 +08:00
fixed tooltips not showing up
This commit is contained in:
parent
7ed1b9f89d
commit
aa93e92289
1 changed files with 3 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue