I need to add some interactive features to oriented SVG graphs.
So far, the graphs that I want to show are generated from a points file and displayed as SVG. I would like to know if there is an easy way to add interactivity (possibly with Javascript) to such SVG documents.
I need to display some information when the mouse moves through the node and so that two nodes can be compared.
Since my models are generated automatically, I would prefer to save the dot SVG created and add additional information using a separate Javascript.
mariosangiorgio
source share