I am looking to create a WEB BASED graph with the option different sized nodes. I know that GraphViz can be used for static images, but are there any easy to use frameworks or tools to create an INTERACTIVE graph?
I am trying to make something where you can browse the nodes of a graph online. (With options like changing node size and color, etc)
(I know JUNG can do something similar, but the animation is not too smooth and I don’t think you can click on the actual nodes for interactivity.)
Thanks in advance.
Prefuse does web-based animated interactive graphs really well.