spring_force {ggplot.ggraph.layout} | .NET clr documentation |
this module works based on the ForceDirected2D algorithm module
# namespace ggplot.ggraph.layout
export class spring_force extends ggforce {
damping: double;
iterations: integer;
repulsion: double;
step: double;
stiffness: double;
}