From eaf777864ac857275bc657bf39f1886460d307d2 Mon Sep 17 00:00:00 2001 From: Dominik Pschenitschni Date: Mon, 17 Oct 2022 22:28:01 +0200 Subject: [PATCH] feat: working gantt-chart --- src/components/tasks/gantt-chart.vue | 71 ++++++++++++++++++---------- src/views/list/ListGantt.vue | 4 +- 2 files changed, 48 insertions(+), 27 deletions(-) diff --git a/src/components/tasks/gantt-chart.vue b/src/components/tasks/gantt-chart.vue index 7b47679ba..f826d078a 100644 --- a/src/components/tasks/gantt-chart.vue +++ b/src/components/tasks/gantt-chart.vue @@ -1,13 +1,14 @@