@syncfusion/ej2-vue-gantt 20.4.38 → 20.4.40
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/README.md +181 -67
- package/dist/ej2-vue-gantt.umd.min.js +1 -1
- package/dist/global/ej2-vue-gantt.min.js +2 -2
- package/package.json +10 -19
- package/styles/bootstrap4.css +1 -1
- package/styles/gantt/bootstrap4.css +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,22 @@
|
|
|
4
4
|
|
|
5
5
|
### Gantt
|
|
6
6
|
|
|
7
|
+
#### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- `#I420702` - Persistence settings prevent changing the timeline settings issue has been fixed.
|
|
10
|
+
- `#I422731` - Issue when predecessor is given for unscheduled parent issue has been fixed.
|
|
11
|
+
- `#I423435` - Customize baseline colour in `queryTaskbarInfo` event in segmented tasks issue has been fixed.
|
|
12
|
+
- `#I420280` - The `actionBegin` event receives more records as modified data when task is edited issue has been fixed.
|
|
13
|
+
- `#I422943` - Taskbar appearing on next date issue has been fixed.
|
|
14
|
+
- `#I422476` - Progress value issue in parent task has been fixed.
|
|
15
|
+
- `#I425389`- Baseline not properly rendered after moving Milestone.
|
|
16
|
+
|
|
17
|
+
- `#I420280` - The `actionBegin` event receives more records as modified data when task is edited issue has been fixed.
|
|
18
|
+
|
|
19
|
+
## 20.4.38 (2022-12-21)
|
|
20
|
+
|
|
21
|
+
### Gantt
|
|
22
|
+
|
|
7
23
|
#### Features
|
|
8
24
|
|
|
9
25
|
- `#I237939`,`#I255626`,`#I398597` - Provided `RTL` support in Gantt chart. Please find the documentation link [here](https://ej2.syncfusion.com/documentation/gantt/global-local/#right-to-left-rtl).
|
package/README.md
CHANGED
|
@@ -1,85 +1,199 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Vue Gantt Component
|
|
2
2
|
|
|
3
|
-
The Gantt component is
|
|
3
|
+
The [Vue Gantt](https://www.syncfusion.com/vue-ui-components/vue-gantt-chart?utm_source=npm&utm_medium=listing&utm_campaign=vue-gantt-npm) component is a project planning and management tool used to display and manage hierarchical tasks with timeline details. It helps assess how long a project should take, determine the resources needed, manage the dependencies between tasks, and plan the order in which the tasks should be completed.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
<p align="center">
|
|
6
|
+
<img alt="Vue Gantt Control" src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/vue/vue-gantt-chart.png"> </p>
|
|
6
7
|
|
|
7
|
-
>
|
|
8
|
-
|
|
9
|
-
|
|
8
|
+
<p align="center">
|
|
9
|
+
Trusted by the world's leading companies
|
|
10
|
+
<a href="https://www.syncfusion.com">
|
|
11
|
+
<img src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/syncfusion/syncfusion-trusted-companies.webp" alt="Bootstrap logo">
|
|
12
|
+
</a>
|
|
13
|
+
</p>
|
|
10
14
|
|
|
11
15
|
## Setup
|
|
12
16
|
|
|
13
|
-
|
|
17
|
+
### Create an Vue Application
|
|
18
|
+
|
|
19
|
+
You can use [`Vue CLI`](https://github.com/vuejs/vue-cli) to setup your Vue 2 applications.To install Vue CLI use the following commands.
|
|
14
20
|
|
|
15
|
-
```
|
|
16
|
-
npm install @
|
|
21
|
+
```bash
|
|
22
|
+
npm install -g @vue/cli
|
|
23
|
+
vue create quickstart
|
|
24
|
+
cd quickstart
|
|
25
|
+
npm run serve
|
|
17
26
|
```
|
|
27
|
+
Initiating a new project prompts us to choose the type of project to be used for the current application. Select the option `Default ([Vue 2] babel, eslint)` from the menu.
|
|
18
28
|
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
* [Getting Started](https://ej2.syncfusion.com/vue/documentation/gantt/getting-started/)
|
|
22
|
-
* [View Online Demos](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_campaign=gantt#/material/gantt/default.html)
|
|
23
|
-
* [Product Page](https://www.syncfusion.com/vue-ui-components/vue-gantt-chart)
|
|
24
|
-
|
|
25
|
-
## Supported Frameworks
|
|
26
|
-
|
|
27
|
-
Gantt component is also offered in following list of frameworks.
|
|
28
|
-
|
|
29
|
-
1. [Angular](https://github.com/syncfusion/ej2-angular-ui-components/tree/master/components/gantt)
|
|
30
|
-
2. [React](https://github.com/syncfusion/ej2-react-ui-components/tree/master/components/gantt)
|
|
31
|
-
3. [ASP.NET Core](https://www.syncfusion.com/aspnet-core-ui-controls/gantt)
|
|
32
|
-
4. [ASP.NET MVC](https://www.syncfusion.com/aspnet-mvc-ui-controls/gantt)
|
|
33
|
-
5. [JavaScript (ES5)](https://www.syncfusion.com/javascript-ui-controls/gantt)
|
|
34
|
-
6. [Blazor](https://www.syncfusion.com/blazor-components/blazor-gantt-chart)
|
|
35
|
-
|
|
36
|
-
## Key Features
|
|
37
|
-
|
|
38
|
-
* [**Data sources**](https://ej2.syncfusion.com/vue/documentation/gantt/data-binding/) - Bind hierarchical or self-referential data to Gantt chart with an array of JavaScript objects or DataManager.
|
|
39
|
-
* [**Timeline**](https://ej2.syncfusion.com/vue/documentation/gantt/timeline/) – Display timescale from minutes to decades easily, and also display custom texts in the timeline units. Timeline can be displayed in either one-tier or two-tier layout.
|
|
40
|
-
* [**Customizable Taskbars**](https://ej2.syncfusion.com/vue/documentation/gantt/appearance-customization/#taskbar-customization) – Display various tasks in a project using child taskbar, summary taskbar and milestone UI, that can also be customized with templates.
|
|
41
|
-
* [**Unscheduled tasks**](https://ej2.syncfusion.com/vue/documentation/gantt/task-scheduling/#unscheduled-tasks) – Support for displaying tasks with undefined start date, end date or duration in a project.
|
|
42
|
-
* [**Baselines**](https://ej2.syncfusion.com/vue/documentation/gantt/baseline/) – Display the deviations between planned dates and actual dates of a task in a project using baselines.
|
|
43
|
-
* [**CRUD actions**](https://ej2.syncfusion.com/vue/documentation/gantt/managing-tasks/#maintaining-data-in-server) – Provides the options to dynamically insert, delete and update tasks using columns, dialog and taskbar editing options.
|
|
44
|
-
* [**Task dependency**](https://ej2.syncfusion.com/vue/documentation/gantt/taskdependency/) – Define or update the dependencies between the tasks in a project with four types of task dependencies Finish – Start, Start – Finish, Finish – Finish, Start – Start.
|
|
45
|
-
* [**Markers and indicators**](https://ej2.syncfusion.com/vue/documentation/gantt/data-markers/) - Support for displaying indicators and flags along with taskbars and task labels. Also map important events in a project using event marker.
|
|
46
|
-
* [**Task label customization**](https://ej2.syncfusion.com/vue/documentation/gantt/appearance-customization/#task-labels) - provides option to set desired label inside task bar and right and left side of task bar.
|
|
47
|
-
* [**Resources**](https://ej2.syncfusion.com/vue/documentation/gantt/resources/) - Allows you to assign and track performance of resource to particular task.
|
|
48
|
-
* [**Sorting**](https://ej2.syncfusion.com/vue/documentation/gantt/sorting/) - Supports n levels of sorting.
|
|
49
|
-
* [**Filtering**](https://ej2.syncfusion.com/vue/documentation/gantt/filtering/) - Offers filter UI such as filter bar, menu, excel and checkbox at each column to filter data.
|
|
50
|
-
* [**Editing**](https://ej2.syncfusion.com/vue/documentation/gantt/managing-tasks/#editing-tasks) - provides the options for create, read, update, and delete operations.
|
|
51
|
-
* [**Columns**](https://ej2.syncfusion.com/vue/documentation/gantt/columns/) - The column definitions are used as the dataSource schema in the gantt. This plays a vital role in rendering column values in the required format.
|
|
52
|
-
* [**Reordering**](https://ej2.syncfusion.com/vue/documentation/gantt/columns/#column-reordering) - Allows you to drag any column and drop it at any position in the gantt column header row, allowing columns to be repositioned.
|
|
53
|
-
* [**Column Chooser**](https://ej2.syncfusion.com/vue/documentation/gantt/columns/#column-menu) - The column chooser provides a list of column names paired with check boxes that allow the visibility to be toggled on the fly.
|
|
54
|
-
* [**Resizing**](https://ej2.syncfusion.com/vue/documentation/gantt/columns/#column-resizing) - Resizing allows changing column width on the fly by simply dragging the right corner of the column header.
|
|
55
|
-
* [**Selection**](https://ej2.syncfusion.com/vue/documentation/gantt/selection/) - Rows or cells can be selected in the gantt. One or more rows or cells can also be selected by holding Ctrl or Command, or programmatically.
|
|
56
|
-
* [**Row Drag And Drop**](https://ej2.syncfusion.com/vue/documentation/gantt/rows/#drag-and-drop) - Drag and drop allows user to dynamically rearrange the rows.
|
|
57
|
-
* [**Context Menu**](https://ej2.syncfusion.com/vue/documentation/gantt/context-menu/) - The context menu improves user action with Gantt Chart using a pop-up menu. It appears when a cell or header is right-clicked.
|
|
58
|
-
* [**Resource View**](https://ej2.syncfusion.com/vue/documentation/gantt/resource-view/) - Visualize the list of tasks assigned to each resource in a hierarchical manner.
|
|
59
|
-
* [**OverAllocation**](https://ej2.syncfusion.com/vue/documentation/gantt/resource-view/#resource-overallocation) - When a resource is assigned too much of work to complete within a day of resource’s available time then it is highlighted by a square bracket.
|
|
60
|
-
* [**Multi Taskbar**](https://ej2.syncfusion.com/vue/documentation/gantt/resource-view/#resource-multi-taskbar) - Allows user to visualize multiple tasks assigned to each resource in a row.
|
|
61
|
-
* [**Exporting**](https://ej2.syncfusion.com/vue/documentation/gantt/excel-export/) - Allows you to export Gantt data to Excel, PDF and CSV formats.
|
|
62
|
-
* [**Zooming**](https://ej2.syncfusion.com/vue/documentation/gantt/timeline/#zooming) - Zooming feature enables you to view the tasks in the project clearly from minute to year timespan.
|
|
63
|
-
* [**Split Tasks**](https://ej2.syncfusion.com/vue/demos/#/material/gantt/split-tasks.html) - Allows an interruption in the task due to circumstances such as the occurrence of an unplanned event or reprioritization of already planned events. In such situtations, the pending work can be split into segments and the work can be resumed at a different date.
|
|
64
|
-
* [**Virtual Scrolling**](https://ej2.syncfusion.com/vue/demos/#/material/gantt/virtual-scroll.html) - Allows user to load a large amount of data effectively.
|
|
65
|
-
* [**Templates**](https://ej2.syncfusion.com/vue/demos/#/material/gantt/taskbar-template.html) - Templates can be used to create custom user experiences in the gantt.
|
|
66
|
-
* [**Enriched UI**](https://ej2.syncfusion.com/vue/documentation/appearance/theme/) – Support for Material, bootstrap, fabric and high contrast themes along with other UI options like holidays support, vertical and horizontal grid lines support and so on.
|
|
67
|
-
* [**Localization**](https://ej2.syncfusion.com/vue/documentation/gantt/global-local/) - Provides inherent support to localize the UI.
|
|
29
|
+
### Adding Syncfusion Gantt package
|
|
68
30
|
|
|
69
|
-
|
|
31
|
+
All Syncfusion Vue packages are published in [npmjs.com](https://www.npmjs.com/~syncfusionorg) registry. To install Vue gantt package, use the following command.
|
|
32
|
+
|
|
33
|
+
```bash
|
|
34
|
+
npm install @syncfusion/ej2-vue-gantt --save
|
|
35
|
+
```
|
|
36
|
+
|
|
37
|
+
### Registering Gantt Component
|
|
38
|
+
|
|
39
|
+
You can register the Gantt component in your application by using the **Vue.use()**. Refer to the code example given below.
|
|
40
|
+
|
|
41
|
+
```typescript
|
|
42
|
+
import { GanttPlugin } from '@syncfusion/ej2-vue-gantt';
|
|
43
|
+
|
|
44
|
+
Vue.use(GanttPlugin);
|
|
45
|
+
```
|
|
70
46
|
|
|
71
|
-
|
|
47
|
+
> Registering **GanttPlugin** in vue, will register the gantt component along with its required child directives globally.
|
|
48
|
+
|
|
49
|
+
### Adding CSS references for Gantt
|
|
50
|
+
|
|
51
|
+
Add CSS references needed for Gantt in **style** section of the **App.vue** file from **../node_modules/@syncfusion** package folder.
|
|
52
|
+
|
|
53
|
+
```html
|
|
54
|
+
<style>
|
|
55
|
+
@import '../node_modules/@syncfusion/ej2-base/styles/material.css';
|
|
56
|
+
@import '../node_modules/@syncfusion/ej2-buttons/styles/material.css';
|
|
57
|
+
@import '../node_modules/@syncfusion/ej2-calendars/styles/material.css';
|
|
58
|
+
@import '../node_modules/@syncfusion/ej2-dropdowns/styles/material.css';
|
|
59
|
+
@import '../node_modules/@syncfusion/ej2-inputs/styles/material.css';
|
|
60
|
+
@import '../node_modules/@syncfusion/ej2-lists/styles/material.css';
|
|
61
|
+
@import '../node_modules/@syncfusion/ej2-layouts/styles/material.css';
|
|
62
|
+
@import '../node_modules/@syncfusion/ej2-navigations/styles/material.css';
|
|
63
|
+
@import '../node_modules/@syncfusion/ej2-popups/styles/material.css';
|
|
64
|
+
@import '../node_modules/@syncfusion/ej2-splitbuttons/styles/material.css';
|
|
65
|
+
@import '../node_modules/@syncfusion/ej2-grids/styles/material.css';
|
|
66
|
+
@import '../node_modules/@syncfusion/ej2-treegrid/styles/material.css';
|
|
67
|
+
@import '../node_modules/@syncfusion/ej2-gantt/styles/material.css';
|
|
68
|
+
@import '../node_modules/@syncfusion/ej2-vue-gantt/styles/material.css';
|
|
69
|
+
</style>
|
|
70
|
+
```
|
|
72
71
|
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
72
|
+
## Add Gantt Component
|
|
73
|
+
|
|
74
|
+
Add the Vue Gantt by using **ejs-gantt** selector in **template** section of the **App.vue** file.
|
|
75
|
+
|
|
76
|
+
```html
|
|
77
|
+
<template>
|
|
78
|
+
<div id="app">
|
|
79
|
+
<ejs-gantt :dataSource="data" :taskFields = "taskFields"></ejs-gantt>
|
|
80
|
+
</div>
|
|
81
|
+
</template>
|
|
82
|
+
<script>
|
|
83
|
+
import Vue from "vue";
|
|
84
|
+
import { GanttPlugin } from "@syncfusion/ej2-vue-gantt";
|
|
85
|
+
|
|
86
|
+
Vue.use(GanttPlugin);
|
|
87
|
+
|
|
88
|
+
export default {
|
|
89
|
+
data: function() {
|
|
90
|
+
return{
|
|
91
|
+
data: [
|
|
92
|
+
{
|
|
93
|
+
TaskID: 1,
|
|
94
|
+
TaskName: 'Project Initiation',
|
|
95
|
+
StartDate: new Date('04/02/2019'),
|
|
96
|
+
EndDate: new Date('04/21/2019'),
|
|
97
|
+
subtasks: [
|
|
98
|
+
{ TaskID: 2, TaskName: 'Identify Site location', StartDate: new Date('04/02/2019'), Duration: 4, Progress: 50 },
|
|
99
|
+
{ TaskID: 3, TaskName: 'Perform Soil test', StartDate: new Date('04/02/2019'), Duration: 4, Progress: 50 },
|
|
100
|
+
{ TaskID: 4, TaskName: 'Soil test approval', StartDate: new Date('04/02/2019'), Duration: 4, Progress: 50 },
|
|
101
|
+
]
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
TaskID: 5,
|
|
105
|
+
TaskName: 'Project Estimation',
|
|
106
|
+
StartDate: new Date('04/02/2019'),
|
|
107
|
+
EndDate: new Date('04/21/2019'),
|
|
108
|
+
subtasks: [
|
|
109
|
+
{ TaskID: 6, TaskName: 'Develop floor plan for estimation', StartDate: new Date('04/04/2019'), Duration: 3, Progress: 50 },
|
|
110
|
+
{ TaskID: 7, TaskName: 'List materials', StartDate: new Date('04/04/2019'), Duration: 3, Progress: 50 },
|
|
111
|
+
{ TaskID: 8, TaskName: 'Estimation approval', StartDate: new Date('04/04/2019'), Duration: 3, Progress: 50 }
|
|
112
|
+
]
|
|
113
|
+
}],
|
|
114
|
+
taskFields: {
|
|
115
|
+
id: 'TaskID',
|
|
116
|
+
name: 'TaskName',
|
|
117
|
+
startDate: 'StartDate',
|
|
118
|
+
endDate: 'EndDate',
|
|
119
|
+
duration: 'Duration',
|
|
120
|
+
child: 'subtasks'
|
|
121
|
+
},
|
|
122
|
+
};
|
|
123
|
+
},
|
|
124
|
+
};
|
|
125
|
+
</script>
|
|
126
|
+
<style>
|
|
127
|
+
@import '../node_modules/@syncfusion/ej2-base/styles/material.css';
|
|
128
|
+
@import '../node_modules/@syncfusion/ej2-buttons/styles/material.css';
|
|
129
|
+
@import '../node_modules/@syncfusion/ej2-calendars/styles/material.css';
|
|
130
|
+
@import '../node_modules/@syncfusion/ej2-dropdowns/styles/material.css';
|
|
131
|
+
@import '../node_modules/@syncfusion/ej2-inputs/styles/material.css';
|
|
132
|
+
@import '../node_modules/@syncfusion/ej2-lists/styles/material.css';
|
|
133
|
+
@import '../node_modules/@syncfusion/ej2-layouts/styles/material.css';
|
|
134
|
+
@import '../node_modules/@syncfusion/ej2-navigations/styles/material.css';
|
|
135
|
+
@import '../node_modules/@syncfusion/ej2-popups/styles/material.css';
|
|
136
|
+
@import '../node_modules/@syncfusion/ej2-splitbuttons/styles/material.css';
|
|
137
|
+
@import '../node_modules/@syncfusion/ej2-grids/styles/material.css';
|
|
138
|
+
@import '../node_modules/@syncfusion/ej2-treegrid/styles/material.css';
|
|
139
|
+
@import '../node_modules/@syncfusion/ej2-gantt/styles/material.css';
|
|
140
|
+
@import '../node_modules/@syncfusion/ej2-vue-gantt/styles/material.css';
|
|
141
|
+
</style>
|
|
142
|
+
```
|
|
143
|
+
> Refer the [Getting Started with Vue3](https://ej2.syncfusion.com/vue/documentation/gantt/getting-started-vue/) for using Syncfusion Vue components in Vue 3 applications.
|
|
144
|
+
|
|
145
|
+
## Supported frameworks
|
|
146
|
+
|
|
147
|
+
Gantt component is also offered in the following list of frameworks.
|
|
148
|
+
|
|
149
|
+
| [<img src="https://ej2.syncfusion.com/github/images/js.svg" height="50" />](https://www.syncfusion.com/javascript-ui-controls?utm_medium=listing&utm_source=github)<br/> [JavaScript](https://www.syncfusion.com/javascript-ui-controls?utm_medium=listing&utm_source=github) | [<img src="https://ej2.syncfusion.com/github/images/angular.svg" height="50" />](https://www.syncfusion.com/angular-components/?utm_medium=listing&utm_source=github)<br/> [Angular](https://www.syncfusion.com/angular-components/?utm_medium=listing&utm_source=github) | [<img src="https://ej2.syncfusion.com/github/images/react.svg" height="50" />](https://www.syncfusion.com/react-ui-components?utm_medium=listing&utm_source=github)<br/> [React](https://www.syncfusion.com/react-ui-components?utm_medium=listing&utm_source=github) | [<img src="https://ej2.syncfusion.com/github/images/netcore.svg" height="50" />](https://www.syncfusion.com/aspnet-core-ui-controls?utm_medium=listing&utm_source=github)<br/> [ASP.NET Core](https://www.syncfusion.com/aspnet-core-ui-controls?utm_medium=listing&utm_source=github) | [<img src="https://ej2.syncfusion.com/github/images/netmvc.svg" height="50" />](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_medium=listing&utm_source=github)<br/> [ASP.NET MVC](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_medium=listing&utm_source=github) |
|
|
150
|
+
| :-----: | :-----: | :-----: | :-----: | :-----: |
|
|
151
|
+
|
|
152
|
+
## Key features
|
|
153
|
+
|
|
154
|
+
* [Data sources](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_campaign=vue-gantt-npm#/bootstrap5/gantt/local-data.html): Bind hierarchical or self-referential data to Gantt chart with an array of JSON objects or DataManager.
|
|
155
|
+
* [Timeline](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_campaign=vue-gantt-npm#/bootstrap5/gantt/timeline.html): Display timescale from minutes to decades easily, and also display custom texts in the timeline units. Timeline can be displayed in either one-tier or two-tier layout.
|
|
156
|
+
* [Task dependency](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_campaign=vue-gantt-npm#/bootstrap5/gantt/editing.html): Allows for the definition or update of dependencies between tasks in a project using four types of task dependencies: Finish – Start, Start – Finish, Finish – Finish, and Start – Start.
|
|
157
|
+
* [Resources](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_campaign=vue-gantt-npm#/bootstrap5/gantt/resource-view.html): Visualizes the list of tasks assigned to each resource in hierarchy manner and switch the resources as per user need by task editing.
|
|
158
|
+
* [Editing](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_campaign=vue-gantt-npm#/bootstrap5/gantt/editing.html): Provides the options to dynamically insert, delete and update tasks using columns, dialog and taskbar editing options.
|
|
159
|
+
* [Virtual scrolling](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_campaign=vue-gantt-npm#/bootstrap5/gantt/virtual-scroll.html): Improves the performance of the gantt control when binding large amounts of data by only rendering the currently visible parts of the user interface and rendering other elements as needed while scrolling.
|
|
160
|
+
* [Critical path](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_campaign=vue-gantt-npm#/bootstrap5/gantt/critical-path.html): The critical path in a project is displayed by a single task or a series of tasks. If a task in critical path is delayed, the entire project will be delayed. A task is considered to be critical if any delay to this task would affect the project end date.
|
|
161
|
+
* [Customizable taskbars](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_campaign=vue-gantt-npm#/bootstrap5/gantt/taskbar-template.html): Display various tasks in a project using parent and child taskbars, summary taskbars and milestone UI, which can be customized with templates.
|
|
162
|
+
* [Unscheduled tasks](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_campaign=vue-gantt-npm#/bootstrap5/gantt/unscheduled-task.html): Gantt Chart supports the display of tasks with undefined start date, end date or duration in a project.
|
|
163
|
+
* [Baseline](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_campaign=vue-gantt-npm#/bootstrap5/gantt/baseline.html): Display the deviations between planned dates and actual dates of a task in a project using baselines.
|
|
164
|
+
* [Markers and indicators](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_campaign=vue-gantt-npm#/bootstrap5/gantt/event-markers.html): Display indicators and flags along with taskbars and task labels. Also map important events in a project using event marker.
|
|
165
|
+
* [Task label customization](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_campaign=vue-gantt-npm#/bootstrap5/gantt/tasklabel-template.html): Allows for the customization of labels within and on either side of the task bar.
|
|
166
|
+
* [Sorting](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_campaign=vue-gantt-npm#/bootstrap5/gantt/sorting-api.html): Supports n levels of sorting.
|
|
167
|
+
* [Filtering](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_campaign=vue-gantt-npm#/bootstrap5/gantt/filtering.html): Offers filter UIs such as filter bar and menu at each column to filter data. Also allows for filtering based on related parent or child records.
|
|
168
|
+
* [Columns](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_campaign=vue-gantt-npm#/bootstrap5/gantt/column-menu.html): Column definitions are used as the dataSource schema in the gantt. This plays a vital role in rendering column values in the required format. Column functionalities such as resizing, reordering, column template, show or hide columns, etc., are supported.
|
|
169
|
+
* [Column re-ordering](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_campaign=vue-gantt-npm#/bootstrap5/gantt/reorder.html): Drag any column and drop it at any position in the grid's column header row, to reposition the column.
|
|
170
|
+
* [Column resizing](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_campaign=vue-gantt-npm#/bootstrap5/gantt/resizing.html): Resizing allows changing column width on the fly by simply dragging the right corner of the column header.
|
|
171
|
+
* [Row re-ordering](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_campaign=vue-gantt-npm#/bootstrap5/gantt/drag-and-drop.html): Allows rows to be rearranged through drag and drop actions, changing their position and hierarchy level. A child row can be moved as a sibling within the same parent row or as a child to a different parent row.
|
|
172
|
+
* [Selection](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_campaign=vue-gantt-npm#/bootstrap5/gantt/selection.html): Rows or cells can be selected in the Gantt Chart. One or more rows or cells can also be selected by holding Shift, Ctrl or Command, or programmatically.
|
|
173
|
+
* [Templates](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_campaign=vue-gantt-npm#/bootstrap5/gantt/column-template.html): Templates can be used to create custom user experiences in the gantt.
|
|
174
|
+
* [RTL support](https://ej2.syncfusion.com/vue/documentation/gantt/global-local/#right-to-left-rtl): Provides the right-to-left mode which aligns content in the Gantt Chart component from right to left. This improves user experience and accessibility for those who work with RTL languages like Hebrew and Arabic.
|
|
175
|
+
* [Localization](https://ej2.syncfusion.com/vue/documentation/gantt/global-local/#localization): Provides inherent support to localize the UI.
|
|
176
|
+
|
|
177
|
+
## Support
|
|
76
178
|
|
|
77
|
-
|
|
179
|
+
Product support is available through the following mediums.
|
|
78
180
|
|
|
79
|
-
|
|
181
|
+
* [Support ticket](https://support.syncfusion.com/support/tickets/create) - Guaranteed Response in 24 hours | Unlimited tickets | Holiday support
|
|
182
|
+
* [Community forum](https://www.syncfusion.com/forums/vue?utm_source=npm&utm_medium=listing&utm_campaign=vue-gantt-npm)
|
|
183
|
+
* [GitHub issues](https://github.com/syncfusion/ej2-vue-ui-components/issues/new)
|
|
184
|
+
* [Request feature or report bug](https://www.syncfusion.com/feedback/vue?utm_source=npm&utm_medium=listing&utm_campaign=vue-gantt-npm)
|
|
185
|
+
* Live chat
|
|
80
186
|
|
|
81
187
|
## Changelog
|
|
82
188
|
|
|
83
|
-
Check the changelog [here](https://github.com/syncfusion/ej2-vue-ui-components/blob/master/components/gantt/CHANGELOG.md)
|
|
189
|
+
Check the changelog [here](https://github.com/syncfusion/ej2-vue-ui-components/blob/master/components/gantt/CHANGELOG.md?utm_source=npm&utm_medium=listing&utm_campaign=vue-gantt-npm). Get minor improvements and bug fixes every week to stay up to date with frequent updates.
|
|
190
|
+
|
|
191
|
+
## License and copyright
|
|
192
|
+
|
|
193
|
+
> This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 80+ [Vue UI components](https://www.syncfusion.com/vue-components), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials).
|
|
194
|
+
|
|
195
|
+
> A free community [license](https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
|
|
196
|
+
|
|
197
|
+
See [LICENSE FILE](https://github.com/syncfusion/ej2-vue-ui-components/blob/master/license?utm_source=npm&utm_medium=listing&utm_campaign=vue-grid-npm) for more info.
|
|
84
198
|
|
|
85
|
-
© Copyright 2022 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
|
|
199
|
+
© Copyright 2022 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-gantt.umd.min.js
|
|
3
|
-
* version : 20.4.
|
|
3
|
+
* version : 20.4.40
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|