Suggestions for flexible graph visualization on JavaScript framework
Can anybody suggest a flexible graph visualization code or toolkit for javascript? I currently have a data structure which is supposed to represent a directed graph. I need this to represent nodes and render it dynamically so I could put it up on an HTML page. I want it to be flexible in the sense that users would be able to drag the nodes around and tweak the graph layout on their own.