Skip to content

Commit be25d28

Browse files
committed
Change style of undocumented d3.selection methods
1 parent 84577e4 commit be25d28

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

api/index.markdown

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,15 @@ Returns a new transition. Nodes can then be selected, as an alternative to deriv
7474

7575
#### Selections
7676

77-
filter, data, classed, insert, sort.
77+
#####`selection.filter()
78+
79+
#####`selection.data()
80+
81+
#####`selection.classed()
82+
83+
#####`selection.insert()
84+
85+
#####`selection.sort()
7886

7987
##### `selection.empty()`
8088
Returns true if the selection is empty.

0 commit comments

Comments
 (0)