diff --git a/viz/app/stats_page.js b/viz/app/stats_page.js index 84ee985..a839329 100644 --- a/viz/app/stats_page.js +++ b/viz/app/stats_page.js @@ -309,40 +309,51 @@ export async function renderStats($app) { const pref = loadPrefs(); $app.innerHTML = ` -
-
- +
+
+
+
+ -
-

Store Price Index

-
Loading…
+
+

Store Price Index

+
Loading…
+
+
+ +
+
+ + + +
+
-
-
- - - +
+
+
`; + const $status = document.getElementById("statsStatus"); const $group = document.getElementById("statsGroup");