set rotate instead

This commit is contained in:
Sean Kelly 2024-04-28 21:25:25 -07:00
parent 3f4ffa6f9d
commit b6c0450381

View File

@ -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,
},