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:
GithubAnon0000 2025-03-24 17:13:51 +00:00 committed by GitHub
parent a4e0a0824b
commit a766f511dd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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>