mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-11 01:44:50 +08:00
added back filtered time typing
This commit is contained in:
parent
4c13e42ab7
commit
8d4fdc6b9a
2 changed files with 5 additions and 2 deletions
|
|
@ -2566,7 +2566,10 @@
|
|||
</div>
|
||||
<div class="val">-</div>
|
||||
</div>
|
||||
<div></div>
|
||||
<div class="group timeTotalFiltered">
|
||||
<div class="title">time typing</div>
|
||||
<div class="val">-</div>
|
||||
</div>
|
||||
<div class="group avgAcc">
|
||||
<div class="title">avg accuracy</div>
|
||||
<div class="val">-</div>
|
||||
|
|
|
|||
|
|
@ -509,7 +509,7 @@ let activityChart = new Chart($(".pageAccount #activityChart"), {
|
|||
trendlineLinear: {
|
||||
style: "rgba(255,105,180, .8)",
|
||||
lineStyle: "dotted",
|
||||
width: 4,
|
||||
width: 2,
|
||||
},
|
||||
},
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue