Skip to content

Commit a3af0f9

Browse files
[add] version 2.0
0 parents  commit a3af0f9

File tree

119 files changed

+18987
-0
lines changed

Some content is hidden

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

119 files changed

+18987
-0
lines changed

README.md

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
dhtmlxGantt v.2.0
2+
=================
3+
4+
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.
5+
6+
[http://dhtmlx.com/docs/products/dhtmlxGantt](http://dhtmlx.com/docs/products/dhtmlxGantt)
7+
8+
9+
License
10+
----------
11+
12+
This software is allowed to use under GPL or you need to obtain Commercial or Enterise License
13+
to use it in non-GPL project. Please contact [email protected] for details
14+
15+
(c) Dinamenta UAB
16+
17+
18+
Useful links
19+
-------------
20+
21+
- Online documentation
22+
http://docs.dhtmlx.com/gantt/
23+
24+
- Support forum
25+
http://forum.dhtmlx.com/viewforum.php?f=15

bower.json

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "gantt",
3+
"version": "2.0.0",
4+
"homepage": "http://dhtmlx.com/docs/products/dhtmlxGantt/",
5+
"description": "JavaScript event calendar. Allows to manage events and appointments in different views",
6+
"main": "codebase/dhtmlxgantt.js",
7+
"keywords": [
8+
"calendar",
9+
"scheduler",
10+
"dhtmlx",
11+
"timeline",
12+
"agenda",
13+
"month",
14+
"day",
15+
"week",
16+
"year"
17+
],
18+
"license": "GPL"
19+
}

0 commit comments

Comments
 (0)