Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 750 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 750 Bytes

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