From 390093dde94b061f0becbc693da31b5000363b83 Mon Sep 17 00:00:00 2001 From: Sean Kelly Date: Mon, 29 Apr 2024 07:42:26 -0700 Subject: [PATCH] Remove offset for mobile --- web/src/components/graph/SystemGraph.tsx | 2 -- 1 file changed, 2 deletions(-) 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: {