Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/d3/d3-hierarchy
2D layout algorithms for visualizing hierarchical data.
https://github.com/d3/d3-hierarchy
Last synced: 10 days 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 9 years ago)
- Default Branch: main
- Last Pushed: 2024-06-21T14:01:43.000Z (5 months ago)
- Last Synced: 2024-10-08T12:53:42.190Z (about 1 month ago)
- Language: JavaScript
- Homepage: https://d3js.org/d3-hierarchy
- Size: 976 KB
- Stars: 1,133
- Watchers: 39
- Forks: 315
- Open Issues: 26
-
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)
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)