This demo shows common configuration options for the
BundledEdgeRouter algorithm.
Edge bundling merges the common parts of multiple edges to increase the readability of
dense graph drawings.
This demo highlights the configuration of the routing strategy, including:
Spanner: A fast edge-path bundling
approach that routes edges along the paths of a sparse auxiliary graph to create
structured bundles with less visual ambiguity.
Voronoi: An edge bundling approach
that routes edges along paths in a graph constructed from the Voronoi regions of the
nodes and, thus, reduces node–edge intersections.
The demo also applies the GenericLabeling algorithm to place the node
labels.