spring_embedder {ggplot.ggraph.layout} | .NET clr documentation |
Spring embedder layout algorithm
this module works based on the SpringEmbedder
# namespace ggplot.ggraph.layout
export class spring_embedder extends ggforce {
c: double;
canvasSize: Size;
iterations: integer;
maxRepulsiveForceDistance: double;
step: double;
}