https://github.com/gerdesque/skillchart
https://github.com/gerdesque/skillchart
d3js network skills
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gerdesque/skillchart
- Owner: gerdesque
- Created: 2018-04-06T07:58:14.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-06T08:17:42.000Z (about 7 years ago)
- Last Synced: 2025-01-30T19:27:48.310Z (4 months ago)
- Topics: d3js, network, skills
- Language: HTML
- Homepage: https://gerdesque.github.io/skillchart/
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SkillChart
> Hierarchical Edge Bundling
An implementation of hierarchical edge bundling algorithm in D3, showing dependencies between employee and skills.
Mouseover any of the nodes in this network to see the incoming links (dependants) in green and the outgoing links (dependencies) in red.See also https://bl.ocks.org/mbostock/1044242