-1

I've tried using JSGantt and it's really good. But I would like to know if there are other Gantt Chart that offers greater interactivity such as dragNdrop and resizing directly on the chart.

I saw Gxt Gantt but it is not free. Chart should also be compatible with Java/JSP.

ice3d
  • 19
  • 3

2 Answers2

1

Have you checked JFreeChart

Here is the sample for JFreeChartGantt

jmj
  • 237,923
  • 42
  • 401
  • 438
  • @ice3d can you please tell me what exactly you want to do – jmj Oct 28 '10 at 07:22
  • DragNdrop of task to a calendar for better scheduling and UI. Because I've implemented JSGantt in a way that you should schedule on a text based page before displaying the chart. It's so mechanical but it works. – ice3d Oct 28 '10 at 08:07
1

The only free web based Gantt charts I know of are JsGantt and DHTMLxGantt http://dhtmlx.com/docs/products/dhtmlxGantt/index.shtml

Mats Bryntse
  • 564
  • 3
  • 12