1
0

feat: working gantt-chart

This commit is contained in:
Dominik Pschenitschni
2022-10-17 22:28:01 +02:00
committed by kolaente
parent 0b194bb0cf
commit eaf777864a
2 changed files with 48 additions and 27 deletions

View File

@ -31,8 +31,8 @@
<pre>{{new Date(dateRange.dateTo).toISOString()}}</pre>
<gantt-chart
:list-id="filters.listId"
:date-from="isoToKebabDate(filters.dateFrom)"
:date-to="isoToKebabDate(filters.dateTo)"
:date-from="filters.dateFrom"
:date-to="filters.dateTo"
:show-tasks-without-dates="showTasksWithoutDates"
/>
</card>