views:

7390

answers:

9
+8  Q: 

Gantt Chart online

I need to insert a horizontal bar chart in a web page. The thing I have to do is very similar to a Gantt Chart.

I'd like to use a javascript library for the purpose. I tried jsgantt, but actually it is not very beautiful.

I could evaluate also a server generation of the graph. In case my server side language is Python.

It will be part of an internal project with no internet access, so Google Charts isn't an option.

A: 

Maybe you can get some impressions of how it could be done by these examples:

I hope these are enough for some inspiration.

Underlines
This answer could be improved making those URL's into links. As in [title](URL).
muhuk
+4  A: 

Have a look at the flot jQuery plugin:

Flot is a pure Javascript plotting library for jQuery. It produces graphical plots of arbitrary datasets on-the-fly client-side.

The focus is on simple usage (all settings are optional), attractive looks and interactive features like zooming and mouse tracking.

The library can produce bar graphs, and is used by our host site - have a look at Stack Overflow Reputation History page.

gimel
A: 

see also Open Flash Chart it gives support helpers also for the most popular programming languages.

DrFalk3n
open flash chart is nice but has no gantt chart inside
nightingale2k1
yes of course but is quite simple to make custom chart
DrFalk3n
A: 

You could use FusionWidget at http://www.fusioncharts.com/widgets/gallery.asp. It's not free, but its Gantt chart works greatly for me.

yogman
A: 
   [DIY][1] (Do it yourself) Chart is a Web-based, simple and powerful online tool to create interactive charts and graphs from static or dynamic data which may be generated using any scripting language.
+1  A: 

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

Mats
+1  A: 

For me, the best is http://gantter.com/ you don't need registration process, it exports to msproject or pdf.... perfect!

Enrique Ortuno
A: 

I like this one, is still under development, "use it at your own risk" but it's very drag and drop

http://ganttapp.appspot.com

fmsf
just had a quick look, and it seems not very usable...
rotoglup
we're fixing the interface during this summer :p it's going slow lately due to cross projects :(
fmsf