rmit-programming-club / network-vis

A tool to visualisation coding activity and collaboration within a Github Organisation
GNU General Public License v3.0
9 stars 2 forks source link

Scale network graph edges by 'connectivity strength' between 2 nodes #36

Open thundergolfer opened 6 years ago

thundergolfer commented 6 years ago

Description

We want to somehow communicate how closely to members work. ie. their level of collaboration.

This can be set by a function on the width of a graph edge, according to some value which represents the level of collaboration.

Note: see issue #33 for info on how to measure level of collaboration

Basic implementation direction

This will be implemented as javascript, as a function used in the D3.js graph building.