Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 1 month ago
JSON representation
Select a one- or two-dimensional region using the mouse or touch.
- Host: GitHub
- URL: https://github.com/d3/d3-brush
- Owner: d3
- License: isc
- Created: 2016-05-02T18:10:14.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2023-10-06T14:56:58.000Z (about 1 year ago)
- Last Synced: 2024-09-07T23:08:13.544Z (2 months ago)
- Language: JavaScript
- Homepage: https://d3js.org/d3-brush
- Size: 515 KB
- Stars: 155
- Watchers: 14
- Forks: 54
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)