Function laneOpt

  • create a default LaneOpt

    This Lane operator optimally minimizes edge crossings, but can take a long time and may crash on large graphs. The LaneOpt#check option is set to error if the graph is too big. LaneOpt#compressed and LaneOpt#dist slightly tweak the resulting layout.

    Parameters

    • Rest ...args: never[]

    Returns LaneOpt

    Example

    const builder = grid().lane(laneOpt().compressed(true));
    

Generated using TypeDoc