Remove offset for mobile

This commit is contained in:
Sean Kelly 2024-04-29 07:42:26 -07:00
parent c32da6abbc
commit 390093dde9

View File

@ -107,7 +107,6 @@ export function ThresholdBarGraph({
tickPlacement: "on",
labels: {
rotate: 0,
offsetX: isMobileOnly ? -18 : 0,
formatter: formatTime,
},
axisBorder: {
@ -346,7 +345,6 @@ export function CameraLineGraph({
tickPlacement: "on",
labels: {
rotate: 0,
offsetX: isMobileOnly ? -18 : 0,
formatter: formatTime,
},
axisBorder: {