forked from Github/frigate
Decrease number of X ticks on system and camera graphs (#13891)
This commit is contained in:
@@ -86,7 +86,7 @@ export function CameraLineGraph({
|
||||
size: 0,
|
||||
},
|
||||
xaxis: {
|
||||
tickAmount: isMobileOnly ? 3 : 4,
|
||||
tickAmount: isMobileOnly ? 2 : 3,
|
||||
tickPlacement: "on",
|
||||
labels: {
|
||||
rotate: 0,
|
||||
|
||||
@@ -121,7 +121,7 @@ export function ThresholdBarGraph({
|
||||
size: 0,
|
||||
},
|
||||
xaxis: {
|
||||
tickAmount: isMobileOnly ? 3 : 4,
|
||||
tickAmount: isMobileOnly ? 2 : 3,
|
||||
tickPlacement: "on",
|
||||
labels: {
|
||||
rotate: 0,
|
||||
|
||||
Reference in New Issue
Block a user