diff --git a/web/src/components/graph/SystemGraph.tsx b/web/src/components/graph/SystemGraph.tsx index fe1204b29..81db46e7b 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, },