feat: replace our home-grown gantt implementation with ganttastic #2180

Merged
konrad merged 78 commits from feature/ganttastic into main 2022-10-27 16:03:27 +00:00
Showing only changes of commit b7b4530a11 - Show all commits

View File

@ -10,7 +10,7 @@
:grid="true" :grid="true"
@dragend-bar="updateTask" @dragend-bar="updateTask"
@dblclick-bar="openTask" @dblclick-bar="openTask"
font="'Open Sans', sans-serif" font="inherit"
:width="ganttChartWidth + 'px'" :width="ganttChartWidth + 'px'"
> >
<template #timeunit="{label, value}"> <template #timeunit="{label, value}">