Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
MUR Drupal
d3-library
Commits
3d776da6
Commit
3d776da6
authored
Jun 25, 2016
by
Mike Bostock
Browse files
Update API.
parent
942328c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
API.md
API.md
+1
-4
No files found.
API.md
View file @
3d776da6
...
...
@@ -318,11 +318,8 @@ Force-directed graph layout using velocity Verlet integration.
*
[
*simulation*.alphaMin
](
https://github.com/d3/d3-force#simulation_alphaMin
)
- set the minimum alpha threshold.
*
[
*simulation*.alphaDecay
](
https://github.com/d3/d3-force#simulation_alphaDecay
)
- set the alpha exponential decay rate.
*
[
*simulation*.alphaTarget
](
https://github.com/d3/d3-force#simulation_alphaTarget
)
- set the target alpha.
*
[
*simulation*.
drag
](
https://github.com/d3/d3-force#simulation_
drag
)
- set the drag coefficient
.
*
[
*simulation*.
velocityDecay
](
https://github.com/d3/d3-force#simulation_
velocityDecay
)
- set the velocity decay rate
.
*
[
*simulation*.force
](
https://github.com/d3/d3-force#simulation_force
)
- add or remove a force.
*
[
*simulation*.fix
](
https://github.com/d3/d3-force#simulation_fix
)
- fix a node in a given position.
*
[
*simulation*.unfix
](
https://github.com/d3/d3-force#simulation_unfix
)
- release a fixed node.
*
[
*simulation*.unfixAll
](
https://github.com/d3/d3-force#simulation_unfixAll
)
- release all fixed nodes.
*
[
*simulation*.find
](
https://github.com/d3/d3-force#simulation_find
)
- find the closest node to the given position.
*
[
*simulation*.on
](
https://github.com/d3/d3-force#simulation_on
)
- add or remove an event listener.
*
[
*force*
](
https://github.com/d3/d3-force#_force
)
- apply the force.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment