mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-25 07:14:00 +08:00
swapped account history scales around
This commit is contained in:
parent
6fdd9c29b4
commit
85f650f149
1 changed files with 2 additions and 1 deletions
|
@ -308,13 +308,14 @@ export const accountHistory: ChartWithUpdateColors<
|
|||
display: true,
|
||||
text: "Words per Minute",
|
||||
},
|
||||
position: "right",
|
||||
},
|
||||
acc: {
|
||||
axis: "y",
|
||||
beginAtZero: true,
|
||||
max: 100,
|
||||
display: true,
|
||||
position: "right",
|
||||
position: "left",
|
||||
title: {
|
||||
display: true,
|
||||
text: "Error rate (100 - accuracy)",
|
||||
|
|
Loading…
Reference in a new issue