mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
Move TR table upwards (#3873)
* Move TR table upwards This moves the TR table upwards, before the buttons graph. Also see: https://forums.ankiweb.net/t/let-s-remove-the-answer-buttons-chart-from-stats/56170/26?u=anon_0000 * Moved hour graph below TR graph
This commit is contained in:
parent
a4e0a0824b
commit
a766f511dd
1 changed files with 1 additions and 1 deletions
|
@ -31,10 +31,10 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
EaseGraph,
|
EaseGraph,
|
||||||
DifficultyGraph,
|
DifficultyGraph,
|
||||||
RetrievabilityGraph,
|
RetrievabilityGraph,
|
||||||
|
TrueRetention,
|
||||||
HourGraph,
|
HourGraph,
|
||||||
ButtonsGraph,
|
ButtonsGraph,
|
||||||
AddedGraph,
|
AddedGraph,
|
||||||
TrueRetention,
|
|
||||||
];
|
];
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue