force_directed {ggplot.ggraph.layout} | .NET clr documentation |
based on the force_directed.algorithm parameter, this module run based on the Planner for "naive" or GroupPlanner for "group_weighted"
# namespace ggplot.ggraph.layout
export class force_directed extends ggforce {
# forcedirected|degreeweighted|groupweighted|edgeweighted
algorithm: string;
iterations: integer;
step: double;
}