graphs: remove unused style
This commit is contained in:
@@ -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') {
|
||||
|
||||
Reference in New Issue
Block a user