• images
  • 8:50 am
  • images
  • One Comment.

Best open source Gantt chart components


A Gantt chart is mainly used in project management. It is a bar chart, designed by Henry Gantt, that shows a project schedule. Gantt chart illustrates elements contained in the work breakdown structure (WBS) of the project. Gantt charts usually show the start and finish dates of WBS elements and also show the dependency relationships between them.

The following is a list of best open source Gantt chart web components:

  1. gwt-gantt

    gwt-gantt is a web-based Gantt Chart widget for use in Google Web Toolkit (GWT) applications. Features include:

    • Gantt Chart with Hour/Day/Week/Month/Quarter views
    • Compatible with GWT 2.1 Data Presentation model
    • Pure Java with GWT, not a JS wrapper

    gwt-gantt is in its early stages, and currently only works with HTML5 capable webapps that support inline SVG components (Firefox 4 and Chrome 6+). Support for non-HTML5 webapps will be coming soon, but is a lower priority.

    Website http://code.google.com/p/gwtgantt/

  2. jquery.ganttView

    The jQuery.ganttView plugin is a very lightweight plugin for creating a Gantt chart in plain HTML…no vector graphics or images required. The plugin supports dragging and resizing the Gantt blocks and callbacks to trap the updated data.

    Website https://github.com/thegrubbsian/jquery.ganttView

  3. dhtmlxGantt

    Use our open source Gantt chart to illustrate a project schedule. You may show the dependency relationships between activities as lines between those activities. Current schedule status can be seen at a glance with percent-complete shadings. Projects, tasks, and activities are comfortably organized into a tree structure (left of the Gantt chart), which can be expanded/collapsed by a single mouse click. Mouseover popups show detailed activity properties.

    Website dhtmlxGantt

  4. jsGantt

    100% Free Javascript / CSS/ HTML Gantt chart control. Completely buzzword compliant including AJAX ! Basic features:

    • Tasks & Collapsible Task Groups
    • Multiple Dependencies
    • Task Completion
    • Task Color
    • Milestones
    • Resources
    • No images needed

    Website http://www.jsgantt.com/

  5. dgrid

    ganttThumbA next-generation grid component that takes full advantage of modern browsers and object stores. Lightweight, modular, and easily extensible, dgrid is released under the same open-source license and CLA as the Dojo Toolkit. Easily extend dgrid to create complex components, e.g. Gantt chart.

    Website http://dojofoundation.org/packages/dgrid/

1 Comment

Patrick Clark

January 15, 2013 7:43 am Reply

GanttMVC is a utility written in MVC pattern,so it will be more usable.There are many project tools which contains gannt module,but we can not find many unattached gantt utility.So,I wrote this package.But,what you should know is that it is written in SWT,so you can just use it in your Eclipse SWT/JFace project.Anyway,it is such a wonderful tool that you can add more features as you like.

Leave a Comment