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:
- Assign an
hreffor each node - Display all the graph as image
- Make each node in the image clickable
- Tooltips for
hoverevent: whenever the cursor is positioned on top of an edge / node, a tooltip should be displayed