d3-dag
    Preparing search index...

    Function decrossDfs

    • create a default DecrossDfs

      This is a fast heuristic decrossings operator that runs a depth first search, incrementally adding nodes to their appropriate layer. It creates a reasonable ordering to potentially be further optimized by other operators.

      Parameters

      • ...args: never[]

      Returns DecrossDfs

      const layout = sugiyama().decross(decrossDfs());