This sample shows an overview of the EJ2 Gantt Chart features that visualize the progress of each feature of the product towards its release and make it easier to monitor the scheduling of the dependent items.
Task Id Press Enter to sort. Press Alt Down to open Column Menu | Product Release Press Enter to sort. Press Alt Down to open Column Menu | Assignee | Status Press Enter to sort | Priority Press Enter to sort | Planned Hours Press Enter to sort. Press Alt Down to open Column Menu | Work Log Press Enter to sort. Press Alt Down to open Column Menu |
---|---|---|---|---|---|---|
No records to display |
Dec 2023 | Jan 2024 | Feb 2024 | Mar 2024 | Apr 2024 | May 2024 | Jun 2024 | Jul 2024 | Aug 2024 | Sep 2024 | Oct 2024 |
---|
17 | 21 | 25 | 29 | 02 | 06 | 10 | 14 | 18 | 22 | 26 | 30 | 03 | 07 | 11 | 15 | 19 | 23 | 27 | 02 | 06 | 10 | 14 | 18 | 22 | 26 | 30 | 03 | 07 | 11 | 15 | 19 | 23 | 27 | 01 | 05 | 09 | 13 | 17 | 21 | 25 | 29 | 02 | 06 | 10 | 14 | 18 | 22 | 26 | 30 | 04 | 08 | 12 | 16 | 20 | 24 | 28 | 01 | 05 | 09 | 13 | 17 | 21 | 25 | 29 | 02 | 06 | 10 | 14 | 18 | 22 | 26 | 30 | 04 | 08 | 12 | 16 | 20 | 24 |
---|
name | Type | Description |
---|---|---|
dataSource | Object[]|DataManager|Object | Defines the data source for the Gantt chart, which is used to render rows and tasks.
The |
taskFields | TaskFieldsModel | Defines the mapping properties to extract task-related values, such as ID, start date, end date, duration, and progress, from the data source. This allows the Gantt chart to properly map the provided data to the corresponding task fields and render them accordingly. |
height | number|string | Defines the height of the Gantt component container.
The |
highlightWeekends | boolean | If |
eventMarkers | EventMarkerModel[] | Defines the events and milestones along the project timeline. These event markers indicate significant events or milestones throughout the project's duration. |
labelSettings | LabelSettingsModel | Configures the labels displayed on the right, left, and inside the taskbars in the Gantt chart. |
projectStartDate | Date|string | Defines the start date of the project. If the |
projectEndDate | Date|string | Defines the end date of the project. If the |
This example shows the three-quarter release planning of product features rendered in the EJ2 Gantt chart. It tracks the quarterly release planning of product status, resources, and task scheduling.
EJ2 Gantt Chart features such as Sorting, Filtering, Column resizing, Column menu, column template and so on are used in this demo.