2D layout algorithms for visualizing hierarchical data. https://d3js.org/d3-hierarchy
Find a file
naonao2323 c4ae7066d5
feat: support latest nodejs version (#218)
* 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>
2025-04-08 09:14:43 +02:00
.github feat: support latest nodejs version (#218) 2025-04-08 09:14:43 +02:00
img Update pack.png. 2016-05-02 12:26:15 -07:00
src fix #188; floating point error in encloseBasis3 2022-04-02 17:18:27 -05:00
test fix #188; floating point error in encloseBasis3 2022-04-02 17:18:27 -05:00
.eslintrc.json Adopt type=module (#177) 2021-06-03 21:45:24 -07:00
.gitignore Move build to dist. 2018-04-16 09:04:51 -07:00
LICENSE Adopt type=module (#177) 2021-06-03 21:45:24 -07:00
package.json 3.1.2 2022-04-02 17:20:21 -05:00
README.md restructure README (#211) 2023-10-06 11:08:55 -04:00
rollup.config.js related d3/d3#3502; extract copyrights from LICENSE 2021-06-05 11:36:38 -07:00
yarn.lock update dependencies 2022-04-02 17:19:59 -05:00

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.

Resources