d3-dag
    Preparing search index...

    Function coordGreedy

    • create a new CoordGreedy

      This coordinate assignment operator tries to position nodes close to their parents, but is more lenient in the constraint, so tends to be faster than optimization based coordinate assignments, but runs much faster.

      Parameters

      • ...args: never[]

      Returns CoordGreedy

      const layout = sugiyama().coord(coordGreedy());