From a766f511ddfb540b70af7679b9b603000ab1fbf7 Mon Sep 17 00:00:00 2001 From: GithubAnon0000 <160563432+GithubAnon0000@users.noreply.github.com> Date: Mon, 24 Mar 2025 17:13:51 +0000 Subject: [PATCH] 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 --- ts/routes/graphs/+page.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/routes/graphs/+page.svelte b/ts/routes/graphs/+page.svelte index dcc9dfb9f..de669b113 100644 --- a/ts/routes/graphs/+page.svelte +++ b/ts/routes/graphs/+page.svelte @@ -31,10 +31,10 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html EaseGraph, DifficultyGraph, RetrievabilityGraph, + TrueRetention, HourGraph, ButtonsGraph, AddedGraph, - TrueRetention, ];