# d3-brush **Repository Path**: mirrors_d3/d3-brush ## Basic Information - **Project Name**: d3-brush - **Description**: Select a one- or two-dimensional region using the mouse or touch. - **Primary Language**: Unknown - **License**: ISC - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # d3-brush Brushing is the interactive specification a one- or two-dimensional selected region using a pointing gesture, such as by clicking and dragging the mouse. Brushing is often used to select discrete elements, such as dots in a scatterplot or files on a desktop. It can also be used to zoom-in to a region of interest, or to select continuous regions for cross-filtering data or live histograms. ## Resources - [Documentation](https://d3js.org/d3-brush) - [Examples](https://observablehq.com/collection/@d3/d3-brush) - [Releases](https://github.com/d3/d3-brush/releases) - [Getting help](https://d3js.org/community)