Skip to content

Instantly share code, notes, and snippets.

@nrchandan
Created January 3, 2020 12:01
Show Gist options
  • Save nrchandan/6b8a0ac554fefe8b90609066ee8429f1 to your computer and use it in GitHub Desktop.
Save nrchandan/6b8a0ac554fefe8b90609066ee8429f1 to your computer and use it in GitHub Desktop.
var options = {
nodes: {
shape: "dot",
scaling: {
customScalingFunction: function(min, max, total, value) {
return value / total;
},
min: 5,
max: 150
}
},
edges: {
color: {
color: 'gray',
opacity: 0.5
}
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment