diff --git a/web/src/components/graph/SystemGraph.tsx b/web/src/components/graph/SystemGraph.tsx index dde03e06c..4be264aeb 100644 --- a/web/src/components/graph/SystemGraph.tsx +++ b/web/src/components/graph/SystemGraph.tsx @@ -323,7 +323,7 @@ export function CameraLineGraph({ numTicks += -3; } else if (numDataPoints < 40) { numTicks += -2; - } else if (numDataPoints < 30) { + } else if (numDataPoints < 60) { numTicks += -1; }