From ec5e559b5cce81e00a4cffd86898ecaa4ac920d0 Mon Sep 17 00:00:00 2001 From: Faris Ansari Date: Sun, 20 May 2018 20:03:18 +0530 Subject: [PATCH] Fixes - end_date calculation - hide_popup on grid_click - bar position should also consider hours - date_change event only if date has changed --- index.html | 81 +++++++++++++++++++++++++++++++------------------- src/bar.js | 56 ++++++++++++++++++---------------- src/gantt.scss | 1 + src/index.js | 14 +++++++-- 4 files changed, 95 insertions(+), 57 deletions(-) diff --git a/index.html b/index.html index 3b5d271..4a93205 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,7 @@ margin: 0 auto; } /* custom class */ - .gantt .bar-milestone .bar-progress { + .gantt .bar-milestone .bar { fill: tomato; } @@ -26,35 +26,56 @@