API Reference
GraphPhysicsOptions
Describes graph physics, solver tuning, and stabilization without binding callers to a browser implementation.
Inheritance
- Object
- GraphPhysicsOptions
Properties
Solver #Gets or sets the solver requested from graph adapters.
Stabilization #Gets common stabilization settings.
MinVelocity #Gets or sets the velocity threshold below which a graph is considered stabilized.
MaxVelocity #Gets or sets the maximum node velocity allowed by runtime physics adapters.
Timestep #Gets or sets the minimum discrete simulation timestep.
AdaptiveTimestep #Gets or sets whether the adapter may increase its timestep while stabilizing.
BarnesHut #Gets Barnes-Hut solver settings.
ForceAtlas2 #Gets ForceAtlas2-style solver settings.
Repulsion #Gets direct repulsion solver settings.
HierarchicalRepulsion #Gets hierarchical repulsion solver settings.