UX Improvements

This commit is contained in:
Brennan Wilkes (Text Groove) 2026-02-06 13:01:10 -08:00
parent 1216ec7fe0
commit ae1d98612a

View file

@ -773,6 +773,7 @@ export async function renderStats($app) {
max: yBounds?.max,
title: { display: true, text: "Avg % vs per-SKU median" },
ticks: {
stepSize: 1, // <- minimum 1% between ticks
callback: (v) => `${Number(v).toFixed(0)}%`,
maxTicksLimit: 12,
},