views:

40

answers:

2

Please every body, How do I create pert chart like this? I want to make with CSS or javascript. thanks a lot

http://upload.wikimedia.org/wikipedia/en/4/40/Pert_example_network_diagram.gif

+2  A: 

You'll have to code the Pert-chart specifics, but all the pieces you need can be found in the Raphaël, JavaScript Library.

Brock Adams
thanks alot, but i dont know how use this library to create pert chart...
bengbung
@bengbung: Then try the Google Chart Tools (http://code.google.com/apis/visualization/interactive_charts.html). Bottom line is there is no ready-made app. You're going to have to code something or get someone to code it for you. The coding shouldn't be too hard but it is work.
Brock Adams
+1  A: 

The google chart tools can be used to create a wide range of diagram types including gantt and hirachical organisation diagrams, have a look at the gallery

http://code.google.com/apis/visualization/interactive_charts.html

another promissing framework is http://vis.stanford.edu/protovis/

Nikolaus Gradwohl