https://github.com/d3/d3-selection
Transform the DOM by selecting elements and joining to data.
https://github.com/d3/d3-selection
Last synced: about 1 year ago
JSON representation
Transform the DOM by selecting elements and joining to data.
- Host: GitHub
- URL: https://github.com/d3/d3-selection
- Owner: d3
- License: isc
- Created: 2015-05-11T19:52:11.000Z (about 11 years ago)
- Default Branch: main
- Last Pushed: 2025-01-03T15:07:01.000Z (over 1 year ago)
- Last Synced: 2025-05-04T07:08:57.256Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://d3js.org/d3-selection
- Size: 809 KB
- Stars: 565
- Watchers: 36
- Forks: 290
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# d3-selection
Selections allow powerful data-driven transformation of the document object model (DOM): set attributes, styles, properties, HTML or text content, and more. Using the data join’s enter and exit selections, you can also add or remove elements to correspond to data.
## Resources
- [Documentation](https://d3js.org/d3-selection)
- [Examples](https://observablehq.com/collection/@d3/d3-selection)
- [Releases](https://github.com/d3/d3-selection/releases)
- [Getting help](https://d3js.org/community)