Type alias SugiSeparation<NodeDatum, LinkDatum>

SugiSeparation<NodeDatum, LinkDatum>: Separation<SugiDatum<NodeDatum, LinkDatum>, undefined>

A function that defines the horizontal separation between nodes

The separation function takes a left and right node, and returns how far apart their centers should be.

Type Parameters

  • NodeDatum = never

  • LinkDatum = never

Generated using TypeDoc