block by jalapic 9732eff96d11fb130bc3f0e0af4333f5

Modifying a Force Layout

Full Screen

This example demonstrates how to add and remove nodes and links from a force-directed layout. The graph initially appears with three disconnected nodes A, B and C. After one second, the three are connected in a loop. At two seconds, node C is removed, along with the links A-C and B-C. At three seconds, node C is reintroduced, restoring the original links A-C and B-C. Every subsequent second alternates between these two steps.

This example uses the general update pattern for data joins. See also modifying a force layout with transitions.

forked from mbostock‘s block: Modifying a Force Layout

index.html