Sunday, May 2, 2010

How to render topology/hierarchical diagram view using javascript

If you want to create a topology, flow chart, tree chart or organization chart like diagram in a web application, the following is a great JavaScript component  http://www.codeproject.com/KB/scripting/graphic_javascript_tree.aspx?

The component comes with lots of good examples and nice documents. This code is a bit old but it easy to fix it and make updates for your need. This comes with CPOL. I had to make minor changes to make it work in IE, Firefox and Safari.

0 comments: