d3-dag
    Preparing search index...

    Function coordSimplex

    • create a default CoordSimplex

      The simplex coordinate assignment operator tries to minimize edge length, while also trying to make long edges vertical. This uses an optimization that can take a long time, but is usually fast enough on moderately sized graphs.

      Parameters

      • ...args: never[]

      Returns DefaultCoordSimplex

      const layout = sugiyama().coord(coordSimplex().weight([2, 2, 4]));