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.
Parameters
Section titled “Parameters”CoarsenableGraph
Returns
Section titled “Returns”void