diff --git a/viz/app/stats_page.js b/viz/app/stats_page.js index 8c581e1..809e98e 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(); return { label: displayStoreName(s), data: Array.isArray(seriesByStore[s]) ? seriesByStore[s] : labels.map(() => null),