feat: set column width timeline bar

This commit is contained in:
Supan Adit Pratama 2025-03-13 15:48:37 +00:00
parent a5f719d082
commit 42a22aa56d

View File

@ -41,6 +41,7 @@
];
let gantt = new Gantt("#gantt", tasks, {
bar_height: 16,
column_width: 30,
container_height: 670,
view_mode_select: true,
});