up vote 3 down vote favorite
2
share [g+] share [fb]

I'm looking to add the ability to create a gantt chart to my web application. Currently my application is Grails based running on Tomcat.

Research around SO seems to indicate that JFreeChart (http://www.jfree.org/jfreechart/) and Google Charts both might provide me with the ability to create charts that I could mold into what I need.

Before I went down that route, though, I wanted to see if there was something that is more specifically tailored to project management type charts.

[Edit: I am open to using JavaScript modules as well]

link|improve this question

feedback

3 Answers

up vote 4 down vote accepted

If you are not averse to Javascript, you could take a look at http://code.google.com/p/jsgantt/

link|improve this answer
Wow. That's pretty slick. I'm definitely going to consider that. – Kivus Jul 9 '09 at 15:46
feedback

Have a look at http://www.ext-scheduler.com . 100% JavaScript based on ExtJS, not free though.

link|improve this answer
feedback

try : http://www.fusioncharts.com/free/

it is free (and you can get commercial one)

it is flash based .. you can customized it from your gsp.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.