mirror of
https://github.com/supanadit/todo.git
synced 2025-05-05 12:59:56 +00:00
feat: set column width timeline bar
This commit is contained in:
parent
a5f719d082
commit
42a22aa56d
@ -41,6 +41,7 @@
|
|||||||
];
|
];
|
||||||
let gantt = new Gantt("#gantt", tasks, {
|
let gantt = new Gantt("#gantt", tasks, {
|
||||||
bar_height: 16,
|
bar_height: 16,
|
||||||
|
column_width: 30,
|
||||||
container_height: 670,
|
container_height: 670,
|
||||||
view_mode_select: true,
|
view_mode_select: true,
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user