https://github.com/d3/d3-hierarchy
2D layout algorithms for visualizing hierarchical data.
https://github.com/d3/d3-hierarchy
Last synced: 7 months ago
JSON representation
2D layout algorithms for visualizing hierarchical data.
- Host: GitHub
- URL: https://github.com/d3/d3-hierarchy
- Owner: d3
- License: isc
- Created: 2015-07-15T18:01:35.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2025-04-08T07:14:43.000Z (8 months ago)
- Last Synced: 2025-05-10T00:49:27.968Z (7 months ago)
- Language: JavaScript
- Homepage: https://d3js.org/d3-hierarchy
- Size: 977 KB
- Stars: 1,187
- Watchers: 38
- Forks: 314
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-node-based-uis - d3-hierarchy - Helpers and algorithms for working with hierarchical graphs (Javascript Libraries / Layouting)
- awesome-javascript-mathematics - `d3/d3-hierarchy`
README
# 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
- [Documentation](https://d3js.org/d3-hierarchy)
- [Examples](https://observablehq.com/collection/@d3/d3-hierarchy)
- [Releases](https://github.com/d3/d3-hierarchy/releases)
- [Getting help](https://d3js.org/community)