Skip to content

Commit 5c7eff6

Browse files
authored
Update README.md
1 parent 268e46c commit 5c7eff6

File tree

1 file changed

+53
-46
lines changed

1 file changed

+53
-46
lines changed

README.md

Lines changed: 53 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
# dhtmlxGantt #
1+
# DHTMLX Gantt #
22

33
[![dhtmlx.com](https://img.shields.io/badge/made%20by-DHTMLX-blue)](https://dhtmlx.com/)
44
[![npm: v.7.1.13](https://img.shields.io/badge/npm-v.7.1.13-blue.svg)](https://www.npmjs.com/package/dhtmlx-gantt)
55
[![License: GPL v2](https://img.shields.io/badge/license-GPL%20v2-blue.svg)](https://www.gnu.org/licenses/old-licenses/gpl-2.0.html)
66

7-
[Getting started](#getting-started) | [Features](#features) | [Follow us](#followus) | [License](#license) | [Useful links](#links)
7+
[Getting started](#getting-started) | [Features](#features) | [License](#license) | [Useful links](#links) | [Follow us](#followus)
88

9-
[dhtmlxGantt](https://dhtmlx.com/docs/products/dhtmlxGantt) is an open source JavaScript Gantt chart that helps you illustrate a project schedule in a nice-looking chart.
9+
[DHTMLX Gantt](https://dhtmlx.com/docs/products/dhtmlxGantt) is an open source JavaScript Gantt chart library that helps you illustrate and manage a project schedule in a nice-looking diagram.
1010

11-
It can show the dependencies between tasks as lines and allows you to set up different relationships between tasks (finish-to-start, start-to-start, finish-to-finish, start-to-finish).
11+
<a href="https://dhtmlx.com/docs/products/dhtmlxGantt/">
12+
<img src="https://github.com/plazarev/media/blob/master/opensource-gantt-javascript.png">
13+
</a>
1214

13-
dhtmlxGantt provides a flexible API and a large number of event handlers, which gives you the freedom to customize it for your needs.
15+
It can show the dependencies between tasks as lines and allows you to set up different relationships between tasks (finish-to-start, start-to-start, finish-to-finish, start-to-finish). The Standard edition also inludes intuituve drag-n-drop interface and smart rendering which considerably boost performance while working with a large amount of tasks.
1416

15-
![gantt-demo](https://dhtmlx.com/blog/wp-content/uploads/2019/11/MS-Project.gif)
16-
17-
[Check more samples >](https://docs.dhtmlx.com/gantt/samples/)
17+
DHTMLX Gantt provides a flexible API and a large number of event handlers, which gives you the freedom to customize it for your needs. Moreover, the library comes with a comprehensive documentation and step-by-step video tutorials thus simplifying learning.
1818

1919
<a name="getting-started"></a>
2020
## Getting started ##
@@ -69,6 +69,8 @@ gantt.parse({
6969
- [Laravel](https://docs.dhtmlx.com/gantt/desktop__howtostart_php_laravel.html)
7070
- [Slim framework](https://docs.dhtmlx.com/gantt/desktop__howtostart_php_laravel.html)
7171
- [Ruby on Rails](https://docs.dhtmlx.com/gantt/desktop__howtostart_ruby.html)
72+
- [Python](https://docs.dhtmlx.com/gantt/desktop__howtostart_python.html)
73+
- [Meteor](https://dhtmlx.com/blog/using-dhtmlx-gantt-chart-meteorjs-framework/)
7274

7375
#### All tutorials ####
7476

@@ -81,49 +83,36 @@ gantt.parse({
8183
<a name="features"></a>
8284
## Features ##
8385

84-
| Functionality | GNU GPL v2 | Commercial| Enterprise| Ultimate |
85-
|---|---|---|---|---|
86-
| [Standard features](https://docs.dhtmlx.com/gantt/desktop__editions_comparison.html) | :heavy_check_mark:| :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
87-
| Auto scheduling | :x:| :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
88-
| Baselines, deadlines and other custom elements | :x:| :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
89-
| Critical path calculation | :x:| :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
90-
| Custom content in the overlay | :x:| :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
91-
| Custom tasks types | :x:| :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
92-
| Decimal units for tasks durations | :x:| :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
93-
| Dynamic loading | :x:| :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
94-
| Expanding/collapsing split tasks | :x:| :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
95-
| Free local module for MS Project export/import | :x: | :x:| :x: | :heavy_check_mark:|
96-
| Free local PDF/PNG export module | :x: | :x: | :heavy_check_mark: | :heavy_check_mark: |
97-
| MS Project link formatting | :x:| :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
98-
| Multiple resources per task | :x:| :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
99-
| Online export to PDF/PNG without watermark | :x:| 1 year | 1 year | Perpetual|
100-
| Project-level work calendars | :x:| :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
101-
| Project and milestones task types | :x:| :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
102-
| Resizing grid columns and the grid itself from the UI| :x: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark:|
103-
| Resource histogram | :x:| :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
104-
| Resource management | :x:| :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
105-
| S-curve to show the progress of a project | :x:| :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
106-
| Setting task types automatically | :x:| :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
107-
| Several Gantt charts on 1 page | :x: | :x: | :heavy_check_mark: | :heavy_check_mark: |
108-
| Simple API for hiding/showing columns of the grid | :x:| :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
109-
| Splitting tasks into subtasks | :x:| :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
110-
| Tasks grouping | :x:| :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
111-
| Time constraints for tasks | :x:| :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
112-
| Working calendar for the whole project| :x:| :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
86+
- 4 types of tasks linking: finish-to-start, start-to-start, finish-to-finish, start-to-finish
87+
- dragging and dropping multiple tasks horizontally
88+
- multi-task selection
11389

90+
<img src="https://github.com/plazarev/media/blob/master/drag-and-drop.gif" alt= "multitask-drag-n-drop" height="350">
11491

115-
<a name="followus"></a>
116-
## Follow us ##
92+
- backward planning
93+
- tasks filtering
94+
- smart rendering
95+
- inline editing
11796

118-
Star our GitHub repo :star:
97+
<img src="https://github.com/plazarev/media/blob/master/inline-editing.gif" alt= "inline-editing" height="350">
11998

120-
Check our [roadmap](https://trello.com/b/fhOySHPj/gantt-roadmap) for future updates :wrench:
99+
- managing editability/readonly modes of individual tasks
100+
- tooltips
101+
- undo/redo functionality
102+
- configurable columns in the grid
103+
- customizable time scale and task edit form
104+
- progress percent coloring for tasks
105+
- 7 different skins
121106

122-
Read us on [Medium](https://medium.com/@dhtmlx) :newspaper:
107+
![gantt-material](https://github.com/plazarev/media/blob/master/gantt-chart-material.png)
123108

124-
Follow us on [Twitter](https://twitter.com/dhtmlx) :bird:
109+
- export to PDF, PNG, Excel, iCal, and MS Project
110+
- cross-browser compatibility
111+
- 32 locales
112+
- keyboard navigation
113+
- accessibility
125114

126-
Like our page on [Facebook](https://www.facebook.com/dhtmlx/) :thumbsup:
115+
Resource management, critical path calculation, auto scheduling, and other enhanced features are available with the PRO edition. You can see the full list of features and compare the two DHTMLX Gantt versions [in the documentation](https://docs.dhtmlx.com/gantt/desktop__editions_comparison.html).
127116

128117
<a name="license"></a>
129118
## License ##
@@ -132,13 +121,31 @@ dhtmlxGantt v.7.1.13 Standard
132121

133122
This version of dhtmlxGantt is distributed under GPL 2.0 license and can be legally used in GPL projects.
134123

135-
To use dhtmlxGantt in non-GPL projects (and get Pro version of the product), please obtain Commercial/Enterprise or Ultimate license on our site https://dhtmlx.com/docs/products/dhtmlxGantt/#licensing or contact us at sales@dhtmlx.com
124+
To use dhtmlxGantt in non-GPL projects (and get Pro version of the product), please obtain Individual, Commercial, Enterprise or Ultimate license on our site https://dhtmlx.com/docs/products/dhtmlxGantt/#licensing or contact us at info@dhtmlx.com
136125

137126
(c) XB Software Ltd.
138127

139128

140129
<a name="links"></a>
141130
## Useful links
142131

143-
- [Online documentation](https://docs.dhtmlx.com/gantt/)
132+
- [DHTMLX Gantt product page](https://dhtmlx.com/docs/products/dhtmlxGantt/)
133+
- [Official documentation](https://docs.dhtmlx.com/gantt/)
134+
- [Online samples](https://docs.dhtmlx.com/gantt/samples/)
135+
- [Video tutorials](https://www.youtube.com/watch?v=cCvULTQxPfg&list=PLKS_XdyIGP4MEW6yvvQUZT8vJKHVOq2S0)
136+
- [Export services](https://dhtmlx.com/docs/products/dhtmlxGantt/export.shtml)
137+
- [List of available integrations](https://dhtmlx.com/docs/products/integrations/)
144138
- [Support forum](https://forum.dhtmlx.com/c/gantt)
139+
140+
<a name="followus"></a>
141+
## Follow us ##
142+
143+
Star our GitHub repo :star:
144+
145+
Check our [roadmap](https://trello.com/b/fhOySHPj/gantt-roadmap) for future updates :wrench:
146+
147+
Read us on [Medium](https://medium.com/@dhtmlx) :newspaper:
148+
149+
Follow us on [Twitter](https://twitter.com/dhtmlx) :bird:
150+
151+
Like our page on [Facebook](https://www.facebook.com/dhtmlx/) :thumbsup:

0 commit comments

Comments
 (0)