From 71276ffb1d45aadc02f2edcd45d6c22fb63e88ee Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Thu, 4 Apr 2024 09:17:45 -0600 Subject: [PATCH] Cleanup ticks --- web/src/components/graph/SystemGraph.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/src/components/graph/SystemGraph.tsx b/web/src/components/graph/SystemGraph.tsx index 492f51187..b7c1a5731 100644 --- a/web/src/components/graph/SystemGraph.tsx +++ b/web/src/components/graph/SystemGraph.tsx @@ -88,7 +88,8 @@ export function ThresholdBarGraph({ theme: systemTheme || theme, }, xaxis: { - tickAmount: 6, + tickAmount: 4, + tickPlacement: "on", labels: { formatter: formatTime, },