mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-10 21:25:24 +03:00
set rotate instead
This commit is contained in:
parent
3f4ffa6f9d
commit
b6c0450381
@ -110,6 +110,7 @@ export function ThresholdBarGraph({
|
||||
tickAmount: isMobileOnly ? 3 : 4,
|
||||
tickPlacement: "on",
|
||||
labels: {
|
||||
rotate: 0,
|
||||
offsetX: -18,
|
||||
formatter: formatTime,
|
||||
},
|
||||
@ -352,6 +353,7 @@ export function CameraLineGraph({
|
||||
tickAmount: isMobileOnly ? 3 : 4,
|
||||
tickPlacement: "on",
|
||||
labels: {
|
||||
rotate: 0,
|
||||
offsetX: isMobileOnly ? -18 : 0,
|
||||
formatter: formatTime,
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user