mirror of
https://github.com/d3/d3-hierarchy.git
synced 2026-03-19 23:54:16 +00:00
2D layout algorithms for visualizing hierarchical data.
https://d3js.org/d3-hierarchy
* chore: support latest nodejs version * chore: cache node module * Update .github/workflows/node.js.yml * 22.x --------- Co-authored-by: Philippe Rivière <fil@rezo.net> |
||
|---|---|---|
| .github | ||
| img | ||
| src | ||
| test | ||
| .eslintrc.json | ||
| .gitignore | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
| rollup.config.js | ||
| yarn.lock | ||
d3-hierarchy
This module implements several popular techniques for visualizing hierarchical data: node-link diagrams, adjacency diagrams, and enclosure diagrams such as treemaps and circle-packing.