Decrease number of X ticks on system and camera graphs

This commit is contained in:
Sean Kelly 2024-09-22 14:27:28 -07:00
parent 6bafb68d77
commit 95b2252af9
2 changed files with 2 additions and 2 deletions

View File

@ -86,7 +86,7 @@ export function CameraLineGraph({
size: 0,
},
xaxis: {
tickAmount: isMobileOnly ? 3 : 4,
tickAmount: isMobileOnly ? 2 : 3,
tickPlacement: "on",
labels: {
rotate: 0,

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,