fkling / JSNetworkX

Build, process and analyze graphs in JavaScript (port of NetworkX)
https://felix-kling.de/jsnetworkx/
Other
757 stars 185 forks source link

Add weights to edges #78

Open TAUFEEQ1 opened 5 years ago

TAUFEEQ1 commented 5 years ago

I have tried to use G.addWeightedEdgesFrom([[1,2]],{ weight:5}) but i get no result