Guidelines for Visualizing Oriented Graphs in a Web Interface

I need to visualize a directed graph that represents the data flow in a web application. Can someone recommend any JavaScript or Flash solutions for this, please. It must support the capture of a node's click event, because I need to disable the AJAX call when this happens. May be free or commercial. Server technology is Java, if that makes any difference.

The JProbe call graph is what I mean:

JProbe Call Graph
(source: javaworld.com )

Thanks!

+5
source share
7

WireIt. JavaScript . ( MIT)

+6

:

http://flare.prefuse.org/

Flare - ActionScript , Adobe Flash Player. , , . , , .

+4

API Google Org Chart.

+4

d3 , ( ).

+3

birdeye RaVis Flash. .

+2
+2

I am using jsPlumb . From my initial tests, it looks more than capable of creating such a graph. It is open source (MIT or GPL2), works with jQuery, MooTools, and YUI and can use SVG, canvas, or VML for rendering.

+1
source

All Articles