javascript - Any jQuery Gantt Chart with Treeview, Zoom and editing features? - Stack Overflow

admin2025-04-16  0

I have to integrate a Gantt Chart like tool in a room booking solution using jQuery. The Gantt should be very interactive one rather than simply displaying data. It should respond to drag & drop, it should have a tree view on the left side to group the tasks, and it should have the zoom feature to zoom in and out of the timeline. I did a lot of research but all those available currently on the web is lacking atleast any one of the mentioned features.

Could anyone tell me if there is anything like this using jQuery?

I know this may sound crazy to have these many features in a single thing. So a subset of the mentioned features would also be very helpful.

Thank you

I have to integrate a Gantt Chart like tool in a room booking solution using jQuery. The Gantt should be very interactive one rather than simply displaying data. It should respond to drag & drop, it should have a tree view on the left side to group the tasks, and it should have the zoom feature to zoom in and out of the timeline. I did a lot of research but all those available currently on the web is lacking atleast any one of the mentioned features.

Could anyone tell me if there is anything like this using jQuery?

I know this may sound crazy to have these many features in a single thing. So a subset of the mentioned features would also be very helpful.

Thank you

Share asked Oct 8, 2012 at 9:26 XmindzXmindz 1,28213 silver badges35 bronze badges
Add a ment  | 

3 Answers 3

Reset to default 3

I developed this one: http://roberto.open-lab./2012/08/24/jquery-gantt-editor/

is a plete editor based on jQuery.

New release available: http://roberto.open-lab./2014/05/15/jquery-gantt-editor-collapsible-branches

I have been using this one on http://taitems.github./jQuery.Gantt/ - its not 100% perfect yet but for my needs which are basic presentation of time tracking - it works very well.

Take a look at dhtmlxGantt, it supports all mentioned features:

  • interactive Gantt chart - respond to drag-and-drop
  • a tree view at the left
  • zoom feature (customizable timescale)
  • easy integration with jQuery

It's free under GPL.

(Disclaimer: I work for DHTMLX)

转载请注明原文地址:http://conceptsofalgorithm.com/Algorithm/1744810241a268232.html

最新回复(0)