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.
- Host: GitHub
- URL: https://github.com/d3/d3-chord
- Owner: d3
- License: isc
- Created: 2015-12-04T17:24:28.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2023-10-06T14:57:32.000Z (over 2 years ago)
- Last Synced: 2025-04-08T15:14:22.026Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://d3js.org/d3-chord
- Size: 271 KB
- Stars: 124
- Watchers: 13
- Forks: 42
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)