Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
mbostock committed Jun 2, 2022
1 parent 4e579c9 commit 11d09e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2211,15 +2211,15 @@ The **anchor** option may one of *middle*, *right*, and *left* for dodgeX, and o
The dodge layout is highly dependent on the input data order: the circles placed first will be closest to the dodge anchor. When using the dodge layout with circles of varying radius, the data is sorted by descending radius by default; you can disable this behavior by setting the **sort** or **reverse** option.
#### Plot.dodgeY([*layoutOptions*, ]*options*)
#### Plot.dodgeY([*dodgeOptions*, ]*options*)
```js
Plot.dodgeY({x: "date"})
```
Given marks arranged along the *x* axis, the dodgeY transform piles them vertically by defining a *y* position channel that avoids overlapping. The *x* position channel is unchanged.
#### Plot.dodgeX([*layoutOptions*, ]*options*)
#### Plot.dodgeX([*dodgeOptions*, ]*options*)
```js
Plot.dodgeX({y: "value"})
Expand Down

0 comments on commit 11d09e8

Please sign in to comment.