I have defined a data structure using pygraph. I can display that data easily as PNG
using graphviz
.
I would like to display the data graphically, but making each node in the graph clickable. Each node must be linked to a different web page. How would I approach this?
What I would like is:
href
for each nodehover
event: whenever the cursor is positioned on top of an edge / node, a tooltip should be displayedIf you are looking for a graphviz alternative, may be you could use jsPlumb Library. See some samples here
Also checkout JavaScript InfoVis Toolkit