mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-17 19:15:59 +08:00
remoed dirty clipping fix
This commit is contained in:
parent
2f46845d68
commit
c5c52a5c15
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ async function updateGraph(): Promise<void> {
|
|||
|
||||
resultScaleOptions["wpm"].max = maxChartVal;
|
||||
resultScaleOptions["raw"].max = maxChartVal;
|
||||
resultScaleOptions["error"].max = Math.max(...result.chartData.err) + 1;
|
||||
resultScaleOptions["error"].max = Math.max(...result.chartData.err);
|
||||
}
|
||||
|
||||
export async function updateGraphPBLine(): Promise<void> {
|
||||
|
|
Loading…
Add table
Reference in a new issue