mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-11 05:35:25 +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}`,
|
formatter: (val: number) => `${Math.ceil(val)}${unit}`,
|
||||||
},
|
},
|
||||||
min: 0,
|
min: 0,
|
||||||
stepSize: unit === "%" ? 5 : undefined,
|
|
||||||
},
|
},
|
||||||
} as ApexCharts.ApexOptions;
|
} as ApexCharts.ApexOptions;
|
||||||
}, [graphId, threshold, unit, systemTheme, theme, formatTime]);
|
}, [graphId, threshold, unit, systemTheme, theme, formatTime]);
|
||||||
@ -369,7 +368,6 @@ export function CameraLineGraph({
|
|||||||
formatter: (val: number) => `${Math.ceil(val)}${unit}`,
|
formatter: (val: number) => `${Math.ceil(val)}${unit}`,
|
||||||
},
|
},
|
||||||
min: 0,
|
min: 0,
|
||||||
stepSize: unit === "%" ? 5 : undefined,
|
|
||||||
},
|
},
|
||||||
} as ApexCharts.ApexOptions;
|
} as ApexCharts.ApexOptions;
|
||||||
}, [graphId, systemTheme, theme, formatTime]);
|
}, [graphId, systemTheme, theme, formatTime]);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user