Skip to content

Commit 85228d4

Browse files
committed
words
1 parent 7c710e9 commit 85228d4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/interactions/brush.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ Plot.plot({
145145
```
146146
147147
:::tip
148-
To achieve higher contrast, place the brush below the reactive marks; reactive marks default to using **pointerEvents** *none* to ensure they don't obstruct pointer events.
148+
To achieve higher contrast, you can place the brush before the reactive marks; reactive marks default to using **pointerEvents** *none* to ensure they don't obstruct pointer events.
149149
:::
150150
151151
## Faceting
@@ -233,7 +233,7 @@ The brush value dispatched on [_input_ events](#input-events). When the brush is
233233
- **filter** - a function to test whether a point is inside the selection
234234
- **pending** - `true` during interaction; absent when committed
235235
236-
By convention, *x1* < *x2* and *y1* < *y2*. The brushX mark does not dispatch *y1* and *y2*; similarly, the brushY mark does not dispatch *x1* and *x2*.
236+
By convention, *x1* < *x2* and *y1* < *y2*. The brushX value does not include *y1* and *y2*; similarly, the brushY value does not include *x1* and *x2*.
237237
238238
The **pending** property indicates the user is still interacting with the brush. To skip intermediate values and react only to committed selections:
239239

0 commit comments

Comments
 (0)