create a default CoordQuad
This coordinate assignment operator tries to minimize the curve of links. Unlike coordSimplex it produces layouts with less verticality, which often look a little worse.
Rest
const layout = sugiyama().coord(coordQuad().vertStrong(1)); Copy
const layout = sugiyama().coord(coordQuad().vertStrong(1));
Generated using TypeDoc
create a default CoordQuad
This coordinate assignment operator tries to minimize the curve of links. Unlike coordSimplex it produces layouts with less verticality, which often look a little worse.