Cleanup ticks

This commit is contained in:
Nicolas Mowen 2024-04-04 09:17:45 -06:00
parent f25b329909
commit 71276ffb1d

View File

@ -88,7 +88,8 @@ export function ThresholdBarGraph({
theme: systemTheme || theme,
},
xaxis: {
tickAmount: 6,
tickAmount: 4,
tickPlacement: "on",
labels: {
formatter: formatTime,
},