I need to develop an interactive graph visualization, which will run againsta a Neo4J engine. It is expected to have rich visualization features like representing edges accoding to certain attributes (eg. visual width depending on attributes like amount).
By 'interactive' I mean that the end user should be able to click on a node in order to expand neighbour nodes and relationships.
I could not find such a graph visualization library so far. Open source would be a plus.