Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/d3/d3-brush

Select a one- or two-dimensional region using the mouse or touch.
https://github.com/d3/d3-brush

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

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)