From 0ef2781ecf9e824e25d365fe2fa1a894e0259686 Mon Sep 17 00:00:00 2001 From: Pithon Kabiro Date: Wed, 22 Sep 2021 15:45:37 +0200 Subject: [PATCH] Add logic for performing basic aggregation --- index.html | 1 + public/js/aggregate.js | 168 +++++++++++++++++++++ public/js/appChart.js | 299 +++++++++++++++++++++----------------- public/js/dropDownList.js | 35 +++-- 4 files changed, 353 insertions(+), 150 deletions(-) create mode 100644 public/js/aggregate.js diff --git a/index.html b/index.html index c90ef68..03e6482 100644 --- a/index.html +++ b/index.html @@ -73,6 +73,7 @@ +