We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
This will be implemented as javascript, as a function used in the D3.js graph building.
D3.js
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
Basic implementation direction
This will be implemented as javascript, as a function used in the
D3.js
graph building.The text was updated successfully, but these errors were encountered: