From b9e832a90f09518b70a3c4fde80b47baa074bd6b Mon Sep 17 00:00:00 2001 From: "Brennan Wilkes (Text Groove)" Date: Mon, 2 Feb 2026 22:02:23 -0800 Subject: [PATCH] UX Improvements --- viz/app/item_page.js | 1 - viz/app/stats_page.js | 1 - 2 files changed, 2 deletions(-) diff --git a/viz/app/item_page.js b/viz/app/item_page.js index 4527a07..fc20c64 100644 --- a/viz/app/item_page.js +++ b/viz/app/item_page.js @@ -681,7 +681,6 @@ export async function renderItem($app, skuInput) { borderColor: stroke, pointBackgroundColor: base, pointBorderColor: stroke, - borderWidth: datasetStrokeWidth(base), }; }); diff --git a/viz/app/stats_page.js b/viz/app/stats_page.js index 6583832..0ad6307 100644 --- a/viz/app/stats_page.js +++ b/viz/app/stats_page.js @@ -708,7 +708,6 @@ export async function renderStats($app) { borderColor: stroke, pointBackgroundColor: base, pointBorderColor: stroke, - borderWidth: datasetStrokeWidth(base), }; });