From c32da6abbcc79b5ceb3bec5f42b219b4c77a610e Mon Sep 17 00:00:00 2001 From: Sean Kelly Date: Sun, 28 Apr 2024 22:33:01 -0700 Subject: [PATCH] Rearrange to simplify diff --- web/src/components/graph/SystemGraph.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/graph/SystemGraph.tsx b/web/src/components/graph/SystemGraph.tsx index a286abb80..38c7cb240 100644 --- a/web/src/components/graph/SystemGraph.tsx +++ b/web/src/components/graph/SystemGraph.tsx @@ -107,8 +107,8 @@ export function ThresholdBarGraph({ tickPlacement: "on", labels: { rotate: 0, - formatter: formatTime, offsetX: isMobileOnly ? -18 : 0, + formatter: formatTime, }, axisBorder: { show: false,