mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-08 05:03:39 +08:00
changed the tooltip mode on the activity graph
This commit is contained in:
parent
d21988ad63
commit
7769a6326c
1 changed files with 2 additions and 0 deletions
|
|
@ -503,6 +503,8 @@ export const accountActivity: ChartWithUpdateColors<
|
|||
},
|
||||
tooltip: {
|
||||
animation: { duration: 250 },
|
||||
intersect: false,
|
||||
mode: "index",
|
||||
callbacks: {
|
||||
title: function (tooltipItem): string {
|
||||
const resultData = tooltipItem[0].dataset.data[
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue