QuestionI need to build a Gantt Chart in Mendix that displays project phases and their timelines. The phases include Functional, Development, Testing, and others, with durations measured in weeks.ContextI have the activity data available with specific week values. For example: Functional phase is 3 weeks, Development is 8 weeks.What I'm Looking ForGuidance on how to set up and configure a Gantt Chart in Mendix that handles timelines, activity sequencing, and task dependencies.