mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-09-30 02:28:53 +08:00
brought back the wpm line on the result graph
This commit is contained in:
parent
1993c8e25f
commit
be4e5dc20c
1 changed files with 1 additions and 0 deletions
|
@ -1782,6 +1782,7 @@ function showResult(difficultyFailed = false) {
|
|||
);
|
||||
}
|
||||
|
||||
ChartController.result.data.datasets[0].data = TestStats.wpmHistory;
|
||||
ChartController.result.data.datasets[1].data = rawWpmPerSecond;
|
||||
|
||||
let maxChartVal = Math.max(
|
||||
|
|
Loading…
Add table
Reference in a new issue