-
Notifications
You must be signed in to change notification settings - Fork 252
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Moved ProjectHome.md from wiki branch to README.md in master branch. * Reformatted files to use Unix line feeds. * Point files at GitHub rather than Google Code
- Loading branch information
jsGanttImproved
committed
Aug 26, 2015
1 parent
9340c1a
commit df843d2
Showing
7 changed files
with
4,316 additions
and
4,291 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
A fully featured gantt chart component built entirely in Javascript, CSS and AJAX. No images required. | ||
|
||
You can view a live example at http://jsganttimproved.x10host.com/ | ||
|
||
Features include: | ||
* Tasks & Collapsible Task Groups | ||
* Dependencies | ||
* Task Completion | ||
* Task Styling | ||
* Milestones | ||
* Resources | ||
* Dynamic Loading of Tasks | ||
* Dynamic change of format (hour/day/week/month/quarter) | ||
* Load Gantt from XML | ||
* From external files (including experimental support for MS Project XML files) | ||
* From JavaScript Strings | ||
* Support for Internationalisation (all hard coded strings can be overridden) | ||
|
||
Project forked as I was unable to contact the original maintainers. This work was done to support a personal project that didn't warrant a more heavyweight system (e.g. the dojo toolkit gantt chart features). | ||
|
||
See the [Documentation](https://github.com/jsGanttImproved/jsgantt-improved/wiki/Documentation) wiki page or the included ``index.html`` file for instructions on use. | ||
|
||
Latest Release: v1.7.5 - Migration to GitHub |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,67 +1,67 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<task> | ||
<pID>10</pID> | ||
<pName>WCF Changes</pName> | ||
<pStart></pStart> | ||
<pEnd></pEnd> | ||
<pClass>ggroupblack</pClass> | ||
<pLink></pLink> | ||
<pMile>0</pMile> | ||
<pRes></pRes> | ||
<pComp>0</pComp> | ||
<pGroup>1</pGroup> | ||
<pParent>0</pParent> | ||
<pOpen>1</pOpen> | ||
<pDepend /> | ||
</task> | ||
<task> | ||
<pID>20</pID> | ||
<pName>Move to WCF from remoting</pName> | ||
<pStart>2014-05-11 09:00</pStart> | ||
<pEnd>2014-05-15</pEnd> | ||
<pClass>gtaskblue</pClass> | ||
<pLink></pLink> | ||
<pMile>0</pMile> | ||
<pRes>Rich</pRes> | ||
<pComp>10</pComp> | ||
<pGroup>0</pGroup> | ||
<pParent>10</pParent> | ||
<pOpen>1</pOpen> | ||
<pDepend></pDepend> | ||
<pCaption>Brian</pCaption> | ||
<pNotes>This text is only available in tool tips</pNotes> | ||
</task> | ||
<task> | ||
<pID>30</pID> | ||
<pName>add Auditing</pName> | ||
<pStart>2014-05-19 10:30</pStart> | ||
<pEnd>2014-05-21 12:00</pEnd> | ||
<pClass>gtaskblue</pClass> | ||
<pLink></pLink> | ||
<pMile>0</pMile> | ||
<pRes>Shlomy</pRes> | ||
<pComp>50</pComp> | ||
<pGroup>0</pGroup> | ||
<pParent>10</pParent> | ||
<pOpen>1</pOpen> | ||
<pDepend>20</pDepend> | ||
<pCaption>Shlomy</pCaption> | ||
</task> | ||
<task> | ||
<pID>40</pID> | ||
<pName>Yet another task</pName> | ||
<pStart>2014-05-23</pStart> | ||
<pEnd>2014-05-24</pEnd> | ||
<pClass>gtaskblue</pClass> | ||
<pLink></pLink> | ||
<pMile>0</pMile> | ||
<pRes>Shlomy</pRes> | ||
<pComp>30</pComp> | ||
<pGroup>0</pGroup> | ||
<pParent>0</pParent> | ||
<pOpen>1</pOpen> | ||
<pDepend>20,30</pDepend> | ||
<pCaption>Shlomy</pCaption> | ||
</task> | ||
</project> | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<task> | ||
<pID>10</pID> | ||
<pName>WCF Changes</pName> | ||
<pStart></pStart> | ||
<pEnd></pEnd> | ||
<pClass>ggroupblack</pClass> | ||
<pLink></pLink> | ||
<pMile>0</pMile> | ||
<pRes></pRes> | ||
<pComp>0</pComp> | ||
<pGroup>1</pGroup> | ||
<pParent>0</pParent> | ||
<pOpen>1</pOpen> | ||
<pDepend /> | ||
</task> | ||
<task> | ||
<pID>20</pID> | ||
<pName>Move to WCF from remoting</pName> | ||
<pStart>2014-05-11 09:00</pStart> | ||
<pEnd>2014-05-15</pEnd> | ||
<pClass>gtaskblue</pClass> | ||
<pLink></pLink> | ||
<pMile>0</pMile> | ||
<pRes>Rich</pRes> | ||
<pComp>10</pComp> | ||
<pGroup>0</pGroup> | ||
<pParent>10</pParent> | ||
<pOpen>1</pOpen> | ||
<pDepend></pDepend> | ||
<pCaption>Brian</pCaption> | ||
<pNotes>This text is only available in tool tips</pNotes> | ||
</task> | ||
<task> | ||
<pID>30</pID> | ||
<pName>add Auditing</pName> | ||
<pStart>2014-05-19 10:30</pStart> | ||
<pEnd>2014-05-21 12:00</pEnd> | ||
<pClass>gtaskblue</pClass> | ||
<pLink></pLink> | ||
<pMile>0</pMile> | ||
<pRes>Shlomy</pRes> | ||
<pComp>50</pComp> | ||
<pGroup>0</pGroup> | ||
<pParent>10</pParent> | ||
<pOpen>1</pOpen> | ||
<pDepend>20</pDepend> | ||
<pCaption>Shlomy</pCaption> | ||
</task> | ||
<task> | ||
<pID>40</pID> | ||
<pName>Yet another task</pName> | ||
<pStart>2014-05-23</pStart> | ||
<pEnd>2014-05-24</pEnd> | ||
<pClass>gtaskblue</pClass> | ||
<pLink></pLink> | ||
<pMile>0</pMile> | ||
<pRes>Shlomy</pRes> | ||
<pComp>30</pComp> | ||
<pGroup>0</pGroup> | ||
<pParent>0</pParent> | ||
<pOpen>1</pOpen> | ||
<pDepend>20,30</pDepend> | ||
<pCaption>Shlomy</pCaption> | ||
</task> | ||
</project> |