create a new CoordGreedy
This coordinate assignment operator tries to position nodes close to their parents, but is more lenient in the constraint, so tends to be faster than optimization based coordinate assignments, but runs much faster.
Rest
const layout = sugiyama().coord(coordGreedy()); Copy
const layout = sugiyama().coord(coordGreedy());
Generated using TypeDoc
create a new CoordGreedy
This coordinate assignment operator tries to position nodes close to their parents, but is more lenient in the constraint, so tends to be faster than optimization based coordinate assignments, but runs much faster.