From b6c04503817938bbb77a4ca27f61e5e0993e5fd2 Mon Sep 17 00:00:00 2001 From: Sean Kelly Date: Sun, 28 Apr 2024 21:25:25 -0700 Subject: [PATCH] set rotate instead --- web/src/components/graph/SystemGraph.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/src/components/graph/SystemGraph.tsx b/web/src/components/graph/SystemGraph.tsx index e96ce8235..6bf406b72 100644 --- a/web/src/components/graph/SystemGraph.tsx +++ b/web/src/components/graph/SystemGraph.tsx @@ -110,6 +110,7 @@ export function ThresholdBarGraph({ tickAmount: isMobileOnly ? 3 : 4, tickPlacement: "on", labels: { + rotate: 0, offsetX: -18, formatter: formatTime, }, @@ -352,6 +353,7 @@ export function CameraLineGraph({ tickAmount: isMobileOnly ? 3 : 4, tickPlacement: "on", labels: { + rotate: 0, offsetX: isMobileOnly ? -18 : 0, formatter: formatTime, },