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, });