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, theme: systemTheme || theme,
}, },
xaxis: { xaxis: {
tickAmount: 6, tickAmount: 4,
tickPlacement: "on",
labels: { labels: {
formatter: formatTime, formatter: formatTime,
}, },