mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-11 00:03:44 +08:00
typo
This commit is contained in:
parent
81a681bc57
commit
9408acd87d
1 changed files with 1 additions and 1 deletions
|
@ -469,7 +469,7 @@ var resultHistoryChart = new Chart($(".pageAccount #resultHistoryChart"), {
|
|||
if (tooltipItem.datasetIndex !== 0) {
|
||||
return `error rate: ${Misc.roundTo2(
|
||||
resultData.y
|
||||
)}%\nacc: ${Misc.roundTo(100 - resultData.y)}%`;
|
||||
)}%\nacc: ${Misc.roundTo2(100 - resultData.y)}%`;
|
||||
}
|
||||
let label =
|
||||
`${data.datasets[tooltipItem.datasetIndex].label}: ${
|
||||
|
|
Loading…
Reference in a new issue