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, },