Skip to content

Commit a88342a

Browse files
committed
[update] version 6.1.3
1 parent d40571b commit a88342a

File tree

138 files changed

+642
-341
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

138 files changed

+642
-341
lines changed

README.md

+27-3
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,40 @@ dhtmlxGantt v.6.1
33

44
[![Join the chat at https://gitter.im/dhtmlx/dhtmlx](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/dhtmlx/dhtmlx)
55

6-
dhtmlxGantt is an open source JavaScript Gantt chart that helps you illustrate a project schedule in a nice-looking chart. 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, end-to-end). dhtmlxGantt provides flexible API and a large number of event handles, which gives you the freedom to customize it for your needs.
6+
dhtmlxGantt is an open source JavaScript Gantt chart that helps you illustrate a project schedule in a nice-looking chart. 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, end-to-end). dhtmlxGantt provides a flexible API and a large number of event handles, which gives you the freedom to customize it for your needs.
77

88
[https://dhtmlx.com/docs/products/dhtmlxGantt](https://dhtmlx.com/docs/products/dhtmlxGantt)
99

10+
Getting started
11+
----------
12+
13+
Check out our step by step guides
14+
15+
- [Angular](https://dhtmlx.com/blog/dhtmlx-gantt-chart-usage-angularjs-2-framework/)
16+
- [React](https://dhtmlx.com/blog/create-react-gantt-chart-component-dhtmlxgantt/)
17+
- [Node](https://docs.dhtmlx.com/gantt/desktop__howtostart_nodejs.html)
18+
- ASP.NET
19+
- [ASP.NET MVC 5](https://docs.dhtmlx.com/gantt/desktop__howtostart_dotnet.html)
20+
- [ASP.NET Core](https://docs.dhtmlx.com/gantt/desktop__howtostart_dotnet_core.html)
21+
- PHP
22+
- [Laravel](https://docs.dhtmlx.com/gantt/desktop__howtostart_php_laravel.html)
23+
- [Slim framework](https://docs.dhtmlx.com/gantt/desktop__howtostart_php_laravel.html)
24+
- [Ruby on Rails](https://docs.dhtmlx.com/gantt/desktop__howtostart_ruby.html)
25+
26+
**All tutorials**
27+
28+
[https://docs.dhtmlx.com/gantt/desktop__howtostart_guides.html](https://docs.dhtmlx.com/gantt/desktop__howtostart_guides.html)
29+
30+
**Video guides**
31+
32+
[https://www.youtube.com/user/dhtmlx/videos](https://www.youtube.com/user/dhtmlx/videos)
1033

1134
License
1235
----------
1336

14-
This software is allowed to use under GPL or you need to obtain Commercial or Enterprise License
15-
to use it in non-GPL project. Please contact [email protected] for details
37+
This software is allowed to use under GPL or you need to obtain the license to use it in non-GPL project.
38+
39+
Please check [the license options](https://dhtmlx.com/docs/products/dhtmlxGantt/#licensing) or contact [email protected] for details.
1640

1741
(c) Dinamenta UAB
1842

bower.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gantt",
3-
"version": "6.1.2",
3+
"version": "6.1.3",
44
"homepage": "https://dhtmlx.com/docs/products/dhtmlxGantt/",
55
"description": "An open source JavaScript Gantt chart that helps you illustrate a project schedule in a nice-looking chart.",
66
"main": [
@@ -14,6 +14,7 @@
1414
"calendar",
1515
"scheduler",
1616
"dhtmlx",
17+
"dhtmlxgantt",
1718
"timeline",
1819
"browser"
1920
],

codebase/dhtmlxgantt.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

codebase/dhtmlxgantt.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

codebase/ext/dhtmlxgantt_csp.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)