diff --git a/web/src/components/graph/SystemGraph.tsx b/web/src/components/graph/SystemGraph.tsx index 38c7cb240..834f6e6b4 100644 --- a/web/src/components/graph/SystemGraph.tsx +++ b/web/src/components/graph/SystemGraph.tsx @@ -107,7 +107,6 @@ export function ThresholdBarGraph({ tickPlacement: "on", labels: { rotate: 0, - offsetX: isMobileOnly ? -18 : 0, formatter: formatTime, }, axisBorder: { @@ -346,7 +345,6 @@ export function CameraLineGraph({ tickPlacement: "on", labels: { rotate: 0, - offsetX: isMobileOnly ? -18 : 0, formatter: formatTime, }, axisBorder: {