Possible Duplicate:
Graph visualization code in javascript?
I have to create a web-application to display graphs (Nodes connected by edges). I'd like to be able to control the color of edges as well as they labels (It would be better to have them displayed at mouse over).
I'd also like to attach some information to the nodes to show at mouse over.