slashsbin-gantt

An open source JavaScript Gantt chart that helps you illustrate a project schedule in a nice-looking chart, with Persian I18N.


Keywords
calendar, scheduler, dhtmlx, timeline, agenda, month, day, week, year, persian
License
GPL-2.0+
Install
bower install slashsbin-gantt

Documentation

dhtmlxGantt v.4.1

Join the chat at https://gitter.im/dhtmlx/dhtmlx

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

Persian Internationalisation

  • New fa_IR Locale
  • Uses Moment.js for Persian Date/Time Conversion
  • Translations for LightBox
  • Configure Iranian WorkTime & WeekEnds

Usage

  1. Install Using Bower(Exploring Ways to Install dhtmlxGantt):

    bower require slashsBin/gantt

  2. 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>
  3. 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>

License

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

Useful links