diff --git a/docs/statistics.html b/docs/statistics.html
index c928779e8..6ad57df7c 100644
--- a/docs/statistics.html
+++ b/docs/statistics.html
@@ -1,12 +1,13 @@
+
-
-
-
-
- RollUp Visualizer
-
-
-
-
-
-
+
-
+ const chartNode = document.querySelector("main");
+ drawChart(chartNode, data, width, height);
+ };
+
+ window.addEventListener('resize', run);
+
+ document.addEventListener('DOMContentLoaded', run);
+ /*-->*/
+
+