Skip to content

Commit

Permalink
Add Transition#remove (and backlinks)
Browse files Browse the repository at this point in the history
  • Loading branch information
Phrogz committed Mar 20, 2012
1 parent 99244b4 commit 3bc63ea
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions methods/d3-Selection-remove.yaml
Expand Up @@ -3,3 +3,5 @@ method: d3/Selection/remove
returns: d3/Selection
summary: Remove all elements in the selection from the document; returns the selection.
url: https://github.com/mbostock/d3/wiki/Selections#wiki-remove
seealso:
- d3/Transition/remove
7 changes: 7 additions & 0 deletions methods/d3-Transition-remove.yaml
@@ -0,0 +1,7 @@
---
method: d3/Transition/remove
returns: d3/Transition
summary: Remove all elements in the selection from the document at the end of the transition.
url: https://github.com/mbostock/d3/wiki/Transitions#wiki-remove
seealso:
- d3/Selection/remove

0 comments on commit 3bc63ea

Please sign in to comment.