Decrease number of X ticks on system and camera graphs (#13891)

This commit is contained in:
Sean Kelly
2024-09-22 15:57:19 -06:00
committed by GitHub
parent 6bafb68d77
commit 12e2c04486
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -121,7 +121,7 @@ export function ThresholdBarGraph({
size: 0,
},
xaxis: {
tickAmount: isMobileOnly ? 3 : 4,
tickAmount: isMobileOnly ? 2 : 3,
tickPlacement: "on",
labels: {
rotate: 0,