Skip to content

Commit

Permalink
Add missing reference to brush.clamp method.
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitryNaimark authored and mbostock committed Aug 25, 2018
1 parent 45ca526 commit 62f04d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions API-Reference.md
Expand Up @@ -417,6 +417,7 @@ See one of:
* [brush.x](SVG-Controls.md#brush_x) - the brush’s <i>x</i>-scale, for horizontal brushing.
* [brush.y](SVG-Controls.md#brush_y) - the brush’s <i>y</i>-scale, for vertical brushing.
* [brush.extent](SVG-Controls.md#brush_extent) - the brush’s extent in zero, one or two dimensions.
* [brush.clamp](SVG-Controls.md#brush_clamp) - enable or disable clamping of the brush extent.
* [brush.clear](SVG-Controls.md#brush_clear) - reset the brush extent.
* [brush.empty](SVG-Controls.md#brush_empty) - whether or not the brush extent is empty.
* [brush.on](SVG-Controls.md#brush_on) - listeners for when the brush is moved.
Expand Down

0 comments on commit 62f04d5

Please sign in to comment.