views:

389

answers:

3

im developing a web based project management web site using php i need charts for tasks about the gant chart it is ok i found a javascript library which functions can take the tasks names , dates and durations then draw a gant chart. but my problem is about network diagram for the tasks , i need javascripts libraries or flash action script can make this.

A: 

flot.js is probably not the best solution for generating network diagrams, but it is nice for traditional x/y coordinate diagrams. To others who might land here during a search, check it out: flot.js

You might also look at JSGannt

Upper Stage
A: 

not used this myself yet, but have you checked out mxGraph ?

Scott Evernden
ok that is good , but i need to generate graph i mean functions that takes tasks duration as parameters and generate the graphthanks any way
osa_alawna
A: 

Check out Ext Gantt, might be what you're looking for..?

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

Mats