You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/interactions/brush.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -145,7 +145,7 @@ Plot.plot({
145
145
```
146
146
147
147
:::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.
149
149
:::
150
150
151
151
## Faceting
@@ -233,7 +233,7 @@ The brush value dispatched on [_input_ events](#input-events). When the brush is
233
233
- **filter** - a function to test whether a point is inside the selection
234
234
- **pending** - `true` during interaction; absent when committed
235
235
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*.
237
237
238
238
The **pending** property indicates the user is still interacting with the brush. To skip intermediate values and react only to committed selections:
0 commit comments