Recommendations For Visualising A Directed Graph In A Web Ui
I need to visualise a directed graph that represents the flow of data in a web application. Can anyone recommend any JavaScript or Flash solutions for this please. It must support
Solution 1:
I like WireIt. It's written in JavaScript and is quite versatile. And open source (MIT License)
Solution 2:
Try this one:
Flare is an ActionScript library for creating visualizations that run in the Adobe Flash Player. From basic charts and graphs to complex interactive graphics, the toolkit supports data management, visual encoding, animation, and interaction techniques. Even better, flare features a modular design that lets developers create customized visualization techniques without having to reinvent the wheel.
Solution 3:
Also give a try Google Visualisation API and especially Org Chart .
Solution 4:
You can use birdeye RaVis on Flash. It's open source.
Post a Comment for "Recommendations For Visualising A Directed Graph In A Web Ui"