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),