I have defined a data structure using pygraph. I can display that data easily as \[code\]PNG\[/code\] using \[code\]graphviz\[/code\].
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:[*]Assign an \[code\]href\[/code\] for each node[*]Display all the graph as image[*]Make each node in the image clickable[*]Tooltips for \[code\]hover\[/code\] event: whenever the cursor is positioned on top of an edge / node, a tooltip should be displayed