mirror of
https://github.com/d3/d3-selection.git
synced 2026-03-19 23:54:19 +00:00
Transform the DOM by selecting elements and joining to data.
https://d3js.org/d3-selection
| .github | ||
| src | ||
| test | ||
| .eslintrc.json | ||
| .gitignore | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
| rollup.config.js | ||
| yarn.lock | ||
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.