d3 / d3-brush

Select a one- or two-dimensional region using the mouse or touch.

Home Page:https://d3js.org/d3-brush

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Select a one- or two-dimensional region using the mouse or touch.

https://d3js.org/d3-brush

License:ISC License


Languages

Language:JavaScript 100.0%