Question

I have a tree based dataset that I want to visualize in my webpage. the data is just your basic tree: there is a parent node, with subnodes and then subnodes of those nodes.

I am looking for a package to visualize the data in a tree format. does anyone know of one? Google has one, but Im wondering if there ar other alternatives

Was it helpful?

Solution

The JavaScript InfoVis Toolkit is pretty sweet for web visualization and animation. Check out the demo page, particularly SpaceTree, RGraph, and HyperTree.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top