From b524d7b6fd91d9202cd8e808f7ee2605e07d3b08 Mon Sep 17 00:00:00 2001 From: Michel Heusschen <59014050+michelheusschen@users.noreply.github.com> Date: Sun, 8 Feb 2026 18:03:59 +0100 Subject: [PATCH] fix: reduce queue graph jitter and include paused count (#26023) fix: reduce queue graph jitter and show paused count --- web/src/lib/components/QueueGraph.svelte | 3 ++- web/src/routes/admin/queues/[name]/+page.svelte | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/web/src/lib/components/QueueGraph.svelte b/web/src/lib/components/QueueGraph.svelte index 7dc553c29a..f2a23216df 100644 --- a/web/src/lib/components/QueueGraph.svelte +++ b/web/src/lib/components/QueueGraph.svelte @@ -75,6 +75,7 @@ show: false, }, width: 2, + pxAlign: 0, }; const options: uPlot.Options = { @@ -91,7 +92,7 @@ width: 200, height: 200, ms: 1, - pxAlign: true, + pxAlign: 0, scales: { y: { distr: 1, diff --git a/web/src/routes/admin/queues/[name]/+page.svelte b/web/src/routes/admin/queues/[name]/+page.svelte index 482076d146..0b0e741f97 100644 --- a/web/src/routes/admin/queues/[name]/+page.svelte +++ b/web/src/routes/admin/queues/[name]/+page.svelte @@ -53,7 +53,7 @@