Tuesday 6 March 2012

Gantt charts with Javascript


I've been using an old #jQuery plugin called "jquery.gantt" with limited features and it was time for an upgrade. My search ended with JSGantt, an open source #javascript solution that covers everything you would want:
- Task, (collapsible) task groups & milestones
- Multiple dependencies
- Multiple formats (day, week, month, etc)
- Data loading through XML

Get JSGantt here http://bit.ly/wxeDbO
For an alternative, see dhtmlxGantt http://bit.ly/AEvOr8 (doesn't do multiple periods though, it's only on an daily format)

Google+: View post on Google+

4 comments:

  1. Tried our Ext Gantt? Bryntum.com/products/gantt

    ReplyDelete
  2. Hi Matt, thanks for dropping by. I've seen Ext Gantt but it's based on Ext JS and my project is on jQuery, I'd like to stay on a single library diet :)

    ReplyDelete
  3. robertobicchierai8 September 2012 at 10:48

    I Markos,

    I've recently released a new jQuery based Gantt editor, with dependencies, and MIT licensed.
    See http://roberto.open-lab.com/2012/08/24/jquery-gantt-editor.

    Hope you'll enjoy it.

    ReplyDelete