UX Improvements

This commit is contained in:
Brennan Wilkes (Text Groove) 2026-02-02 21:57:28 -08:00
parent 94c8d6571d
commit 47e02fe475
2 changed files with 0 additions and 2 deletions

View file

@ -680,7 +680,6 @@ export async function renderItem($app, skuInput) {
pointBackgroundColor: c,
pointBorderColor: c,
borderWidth: datasetStrokeWidth(c),
pointRadius: datasetPointRadius(c),
};
});

View file

@ -707,7 +707,6 @@ export async function renderStats($app) {
pointBackgroundColor: c,
pointBorderColor: c,
borderWidth: datasetStrokeWidth(c),
pointRadius: datasetPointRadius(c),
};
});