Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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)