UX Improvements

This commit is contained in:
Brennan Wilkes (Text Groove) 2026-02-09 22:19:48 -08:00
parent 340f81aa65
commit 08f136b699

View file

@ -977,6 +977,9 @@ export async function renderItem($app, skuInput) {
}, },
}, },
}, },
layout: {
padding: { left: 18 }
},
scales: { scales: {
x: { ticks: { maxRotation: 0, autoSkip: true, maxTicksLimit: 12 }, grid: { display: false } }, x: { ticks: { maxRotation: 0, autoSkip: true, maxTicksLimit: 12 }, grid: { display: false } },
y: { y: {
@ -985,6 +988,7 @@ export async function renderItem($app, skuInput) {
stepSize: step, stepSize: step,
maxTicksLimit: MAX_TICKS, maxTicksLimit: MAX_TICKS,
callback: (v) => `$${Number(v).toFixed(0)}`, callback: (v) => `$${Number(v).toFixed(0)}`,
padding: 6,
}, },
}, },
}, },