mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-11 05:35:25 +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,
|
tickAmount: isMobileOnly ? 3 : 4,
|
||||||
tickPlacement: "on",
|
tickPlacement: "on",
|
||||||
labels: {
|
labels: {
|
||||||
|
rotate: 0,
|
||||||
offsetX: -18,
|
offsetX: -18,
|
||||||
formatter: formatTime,
|
formatter: formatTime,
|
||||||
},
|
},
|
||||||
@ -352,6 +353,7 @@ export function CameraLineGraph({
|
|||||||
tickAmount: isMobileOnly ? 3 : 4,
|
tickAmount: isMobileOnly ? 3 : 4,
|
||||||
tickPlacement: "on",
|
tickPlacement: "on",
|
||||||
labels: {
|
labels: {
|
||||||
|
rotate: 0,
|
||||||
offsetX: isMobileOnly ? -18 : 0,
|
offsetX: isMobileOnly ? -18 : 0,
|
||||||
formatter: formatTime,
|
formatter: formatTime,
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user