Gantt Chart online
Posted
by Luca
on Stack Overflow
See other posts from Stack Overflow
or by Luca
Published on 2009-06-17T07:27:34Z
Indexed on
2010/04/21
0:43 UTC
Read the original article
Hit count: 551
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.
© Stack Overflow or respective owner