Skip to content

multilevelLayout

multilevelLayout(graph, opts): void

Defined in: network/coarsen.ts:352

Multilevel force layout: multilevelSeed then refine the finest level in place. Writes graph.positions. This is the synchronous main-thread path; the worker reuses multilevelSeed and streams the finest-level refinement instead.

CoarsenableGraph

MultilevelLayoutOptions

void