mirror of
https://github.com/immich-app/immich.git
synced 2026-03-01 10:08:42 +03:00
fix: reduce queue graph jitter and include paused count (#26023)
fix: reduce queue graph jitter and show paused count
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user