Added a SigmaJs test.

This commit is contained in:
David Lipowicz
2015-06-17 16:33:12 -07:00
parent b0dcd5ebfb
commit 35de88ab7d
+4
View File
@@ -23,6 +23,10 @@ module SigmaJsTests {
s.refresh();
});
sigma.canvas.edges['def'] = function() {};
sigma.svg.nodes['def'] = {create: (obj: SigmaJs.Node) => { return new Element(); },
update: (obj: SigmaJs.Node) => { return; }};
var N = 100;
var E = 500;
// Generate a random graph: