d3-dag
    Preparing search index...

    Function twolayerAgg

    • create a default TwolayerAgg

      This two-layer operator is a heuristic that is very fast, but doesn't do a great job at minimizing edge crossings. It works well when combined with twolayerGreedy.

      Parameters

      • ...args: never[]

      Returns TwolayerAgg

      const layout = sugiyama().decross(decrossTwoLayer().order(twolayerAgg()));