Skip to content

Commit 51469a2

Browse files
committed
Merge branch 'fil/brush-dataless' into fil/brush-across-facets
2 parents 6da729d + 113b4dc commit 51469a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/interactions/brush.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ The brush value dispatched on [_input_ events](#input-events). When the brush is
275275
- **filter** - a function to test whether a point is inside the selection
276276
- **pending** - `true` during interaction; absent when committed
277277
278-
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*.
278+
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*. Values are automatically rounded to the optimal precision that distinguishes neighboring pixels.
279279
280280
The **pending** property indicates the user is still interacting with the brush. To skip intermediate values and react only to committed selections:
281281

0 commit comments

Comments
 (0)