From 42a22aa56d66581a694e1f75b7222392ecdf2319 Mon Sep 17 00:00:00 2001 From: Supan Adit Pratama Date: Thu, 13 Mar 2025 15:48:37 +0000 Subject: [PATCH] feat: set column width timeline bar --- resources/views/timeline.blade.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/views/timeline.blade.php b/resources/views/timeline.blade.php index 0dfe047..c4a0c57 100644 --- a/resources/views/timeline.blade.php +++ b/resources/views/timeline.blade.php @@ -41,6 +41,7 @@ ]; let gantt = new Gantt("#gantt", tasks, { bar_height: 16, + column_width: 30, container_height: 670, view_mode_select: true, });