From 62f04d5bb5fd10a16721df77ebcae76a7078f787 Mon Sep 17 00:00:00 2001 From: Dmitry Naimark Date: Sat, 25 Aug 2018 22:24:45 +0300 Subject: [PATCH] Add missing reference to brush.clamp method. --- API-Reference.md | 1 + 1 file changed, 1 insertion(+) diff --git a/API-Reference.md b/API-Reference.md index bd322e0..0fa01aa 100644 --- a/API-Reference.md +++ b/API-Reference.md @@ -417,6 +417,7 @@ See one of: * [brush.x](SVG-Controls.md#brush_x) - the brush’s x-scale, for horizontal brushing. * [brush.y](SVG-Controls.md#brush_y) - the brush’s y-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.