Force Layout with Voronoi Cells and Add/Remove Node functionality
Created out of a SO question on force directed graphs with voronoi.
The layout includes:
- Charged force layout,
- Voronoi click based click events for dragging/removing, and
- Dynamic adding/removing of nodes.
The voronoi updates with the force layout, based on:
Mike's circle dragging block
and
Mike's force directed lyaout block