mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-10 21:25:24 +03:00
Remove bad part
This commit is contained in:
parent
9079224cb3
commit
74ca3f7828
@ -126,7 +126,6 @@ export function ThresholdBarGraph({
|
||||
formatter: (val: number) => `${Math.ceil(val)}${unit}`,
|
||||
},
|
||||
min: 0,
|
||||
stepSize: unit === "%" ? 5 : undefined,
|
||||
},
|
||||
} as ApexCharts.ApexOptions;
|
||||
}, [graphId, threshold, unit, systemTheme, theme, formatTime]);
|
||||
@ -369,7 +368,6 @@ export function CameraLineGraph({
|
||||
formatter: (val: number) => `${Math.ceil(val)}${unit}`,
|
||||
},
|
||||
min: 0,
|
||||
stepSize: unit === "%" ? 5 : undefined,
|
||||
},
|
||||
} as ApexCharts.ApexOptions;
|
||||
}, [graphId, systemTheme, theme, formatTime]);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user