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

https://github.com/gerdesque/skillchart


https://github.com/gerdesque/skillchart

d3js network skills

Last synced: 3 months ago
JSON representation

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