diff --git a/web/src/components/graph/SystemGraph.tsx b/web/src/components/graph/SystemGraph.tsx index 870f73ddc..f44844fed 100644 --- a/web/src/components/graph/SystemGraph.tsx +++ b/web/src/components/graph/SystemGraph.tsx @@ -293,6 +293,7 @@ export function CameraLineGraph({ ); const options = useMemo(() => { + console.log(`new options`); return { chart: { id: graphId, diff --git a/web/src/views/system/CameraMetrics.tsx b/web/src/views/system/CameraMetrics.tsx index 295c90e56..b553ecdae 100644 --- a/web/src/views/system/CameraMetrics.tsx +++ b/web/src/views/system/CameraMetrics.tsx @@ -148,45 +148,49 @@ export default function CameraMetrics({ return (