d3-dag
    Preparing search index...

    Function tweakSugiyama

    • tweak the sugiyama layout by add a control point inside the bounding box

      This tweak adds a control point to the edge (top / bottom) of the bounding box. This prevents edges from crossing over nodes when nodes are very far apart horizontally.

      Type Parameters

      • N
      • L

      Parameters

      Returns Tweak<N, L>

      If using in conjunction with tweakShape, this should occur first, although it shouldn't be strictly necessary.