views:

41

answers:

3

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.

+1  A: 

Have you checked JFreeChart

Here is the sample for JFreeChartGantt

org.life.java
I don't find it useful though..
ice3d
@ice3d can you please tell me what exactly you want to do
org.life.java
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
A: 

Ext Gantt then? Not free but great, and will definitely work with JSP :)

http://www.ext-scheduler.com/gantt.html

mats
A: 

do you guys know any gantt chart that is like that ext gantt but free?

iamgood