From a43452b051877389941f587f08f509f3c9a1cfd8 Mon Sep 17 00:00:00 2001 From: "Brennan Wilkes (Text Groove)" Date: Mon, 2 Feb 2026 21:51:29 -0800 Subject: [PATCH] UX Improvements --- viz/app/stats_page.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/viz/app/stats_page.js b/viz/app/stats_page.js index 809e98e..0a8fbbf 100644 --- a/viz/app/stats_page.js +++ b/viz/app/stats_page.js @@ -695,7 +695,7 @@ export async function renderStats($app) { const datasets = stores.map((s) => { const c = storeColor(s); // store key - console.log(); + console.log(c); return { label: displayStoreName(s), data: Array.isArray(seriesByStore[s]) ? seriesByStore[s] : labels.map(() => null),