From caf377bfed59c8ebfbdf46e2ea82b530b58d1338 Mon Sep 17 00:00:00 2001 From: Rafael Ferreira da Silva Date: Tue, 16 Jun 2020 13:21:31 -0700 Subject: [PATCH 01/10] simulation gantt charts using Chart.js --- tools/wrench/dashboard/index.html | 12 +- tools/wrench/dashboard/partials/render.js | 14 +- .../dashboard/partials/simulation-graph.js | 25 +- .../wrench/dashboard/public/css/Chart.min.css | 1 + tools/wrench/dashboard/public/css/styles.css | 1 + tools/wrench/dashboard/public/js/Chart.min.js | 7 + .../wrench/dashboard/scripts/button-clicks.js | 132 +++++----- tools/wrench/dashboard/scripts/data.js | 4 +- .../scripts/graph-sections/gantt-chart.js | 232 ++++++++++++++++++ .../scripts/{initialise.js => initialize.js} | 63 +++-- tools/wrench/dashboard/scripts/util.js | 25 +- 11 files changed, 380 insertions(+), 136 deletions(-) create mode 100644 tools/wrench/dashboard/public/css/Chart.min.css create mode 100644 tools/wrench/dashboard/public/js/Chart.min.js create mode 100644 tools/wrench/dashboard/scripts/graph-sections/gantt-chart.js rename tools/wrench/dashboard/scripts/{initialise.js => initialize.js} (51%) diff --git a/tools/wrench/dashboard/index.html b/tools/wrench/dashboard/index.html index 76671a340c..bb7289aa03 100644 --- a/tools/wrench/dashboard/index.html +++ b/tools/wrench/dashboard/index.html @@ -11,6 +11,9 @@ + + + @@ -71,7 +74,7 @@
{{title}}
-