From ac56ec12d78e7f641f507dd03fb8a9a9fa076f25 Mon Sep 17 00:00:00 2001 From: yicone Date: Tue, 2 Feb 2021 15:54:56 +0800 Subject: [PATCH] refactor: remove hardcode format and unit of time --- src/GGanttBar.vue | 584 +++++++++++++++++++++++------------------ src/GGanttChart.vue | 377 +++++++++++++++----------- src/GGanttRow.vue | 211 ++++++++------- src/GGanttTimeaxis.vue | 28 +- 4 files changed, 686 insertions(+), 514 deletions(-) diff --git a/src/GGanttBar.vue b/src/GGanttBar.vue index 7e51d48..bf2ea11 100644 --- a/src/GGanttBar.vue +++ b/src/GGanttBar.vue @@ -1,46 +1,45 @@ -