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

    • Rest ...args: never[]

    Returns CoordGreedy

    Example

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

Generated using TypeDoc