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.
http://dhtmlx.com/docs/products/dhtmlxGantt
- New
fa_IR
Locale - Uses Moment.js for Persian Date/Time Conversion
- Translations for LightBox
- Configure Iranian WorkTime & WeekEnds
-
Install Using Bower(Exploring Ways to Install dhtmlxGantt):
bower require slashsBin/gantt
-
Add DHTMLX Gantt Resources(Initializing a Gantt Chart on a Page):
<link rel="stylesheet" type="text/css" href="codebase/dhtmlxgantt.css"> <script type="text/javascript" src="codebase/dhtmlxgantt.js"></script>
-
Add Persian Support:
<script type="text/javascript" src="moment.js"></script> <script type="text/javascript" src="moment-jalaali.js"></script> <link rel="stylesheet" type="text/css" href="codebase/skins/dhtmlxgantt_persian.css"> <script type="text/javascript" src="codebase/locale/locale_fa.js"></script> <script type="text/javascript" src="codebase/ext/dhtmlxgantt_persian.js"></script>
This software is allowed to use under GPL or you need to obtain Commercial or Enterprise License to use it in non-GPL project. Please contact sales@dhtmlx.com for details
(c) Dinamenta UAB
-
Online documentation http://docs.dhtmlx.com/gantt/
-
Support forum http://forum.dhtmlx.com/viewforum.php?f=15