gantt
gantt copied to clipboard
[Feature Request] implement touch event
onMounted(() => { // Initializing the Gantt chart myGantt = new Gantt(ganttContainer.value, tasks, { on_touch_start: customPopupHtml }); });