Skip to content

Commit e2b3d37

Browse files
authored
Update README.md
1 parent b1e4c70 commit e2b3d37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ svg.selectAll("circle")
536536
537537
You can pass a third function for exit, too. The returned enter and update selections are again merged and returned by *selection*.join. By separating enter and update, and by specifying a key function to [*selection*.data](#selection_data), you can minimize changes to the DOM to optimize performance.
538538
539-
You also animate enter, update and exit by creating transitions inside the *enter*, *update* and *exit* functions. To avoid breaking the method chain, use *selection*.call to create transitions, or return an undefined enter or update selection to prevent merging: the return value of the *enter* and *update* functions is important, as it specifies the two selections to merge and return by *selection*.join.
539+
You also animate enter, update and exit by creating transitions inside the *enter*, *update* and *exit* functions. To avoid breaking the method chain, use *selection*.call to create transitions, or return an undefined enter or update selection to prevent merging: the return value of the *enter* and *update* functions specifies the two selections to merge and return by *selection*.join.
540540
541541
For more, see the [*selection*.join notebook](https://observablehq.com/@d3/selection-join).
542542

0 commit comments

Comments
 (0)