Skip to content

Commit 11d09e8

Browse files
committed
Update README
1 parent 4e579c9 commit 11d09e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2211,15 +2211,15 @@ The **anchor** option may one of *middle*, *right*, and *left* for dodgeX, and o
22112211
22122212
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.
22132213
2214-
#### Plot.dodgeY([*layoutOptions*, ]*options*)
2214+
#### Plot.dodgeY([*dodgeOptions*, ]*options*)
22152215
22162216
```js
22172217
Plot.dodgeY({x: "date"})
22182218
```
22192219
22202220
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.
22212221
2222-
#### Plot.dodgeX([*layoutOptions*, ]*options*)
2222+
#### Plot.dodgeX([*dodgeOptions*, ]*options*)
22232223
22242224
```js
22252225
Plot.dodgeX({y: "value"})

0 commit comments

Comments
 (0)