From 97ebae5e65a3d857af85ea38e9bc29a121794945 Mon Sep 17 00:00:00 2001 From: saikumarrs Date: Tue, 15 Feb 2022 20:59:04 +0530 Subject: [PATCH] Re-generated stats.html --- stats.html | 270 +++++++++++++++++++++++++++++++---------------------- 1 file changed, 160 insertions(+), 110 deletions(-) diff --git a/stats.html b/stats.html index f70a3355c8..63b555061f 100644 --- a/stats.html +++ b/stats.html @@ -1,13 +1,13 @@ - - - - - RollUp Visualizer - - - -
- - + - + const chartNode = document.querySelector("main"); + drawChart(chartNode, data, width, height); + }; + + window.addEventListener('resize', run); + + document.addEventListener('DOMContentLoaded', run); + /*-->*/ + +