This is an implementation of the paper "Towards Unambiguous Edge Bundling: Investigating Confluent Drawings for Network Visualization".
(Note: On Heroku the graph nodes may not be fully seperated due to network lag etc. For better results run locally.)
$ git clone https://github.com/ArpanMangal/CD_NetworkVisualization.git
$ cd CD_NetworkVisualization
$ npm install
$ npm start
Visit http://localhost:3000/
- Extend for Directed Graphs.
Make the power-graph generation automatic.- Make bundles having more edges thicker.
- Increase repulsive force for better node seperation.
- After node splitting the graph becomes inverted. Debug it.