diff --git a/frontend/src/components/tasks/GanttChart.vue b/frontend/src/components/tasks/GanttChart.vue index e1f42fcb0..664d41947 100644 --- a/frontend/src/components/tasks/GanttChart.vue +++ b/frontend/src/components/tasks/GanttChart.vue @@ -19,6 +19,7 @@ :width="ganttChartWidth" @dragendBar="updateGanttTask" @dblclickBar="openTask" + :color-scheme="GANTT_COLOR_SCHEME" >