graphs: remove unused style

This commit is contained in:
Girish Ramakrishnan
2025-07-03 16:01:14 +02:00
parent 9e27921867
commit 1ebbfe5d92
2 changed files with 3 additions and 14 deletions
+3
View File
@@ -134,6 +134,9 @@ function onPeriodChanged() {
});
}
// CPU and Memory graph have known min/max set and auto-scaling gets disabled
// Disk and Network graphs auto-scale the y values.
let yscale = null;
if (props.yscale === 'cpu') {