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

https://github.com/d3/d3-chord

Visualizations relationships or network flow with a circular layout.
https://github.com/d3/d3-chord

Last synced: about 1 year ago
JSON representation

Visualizations relationships or network flow with a circular layout.

Awesome Lists containing this project

README

          

# d3-chord

Chord diagrams visualize relationships or network flow between a set of nodes in a graph with an aesthetically-pleasing circular layout.

## Resources

- [Documentation](https://d3js.org/d3-chord)
- [Examples](https://observablehq.com/collection/@d3/d3-chord)
- [Releases](https://github.com/d3/d3-chord/releases)
- [Getting help](https://d3js.org/community)