fix: reduce queue graph jitter and include paused count (#26023)

fix: reduce queue graph jitter and show paused count
This commit is contained in:
Michel Heusschen
2026-02-08 18:03:59 +01:00
committed by GitHub
parent 5b705cb723
commit b524d7b6fd
2 changed files with 3 additions and 2 deletions

View File

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