Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<link href="style.css" rel="stylesheet" />
<meta charset=utf-8 />
<meta name="viewport" content="user-scalable=no, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, minimal-ui">
<title>Images</title>
<script src="https://unpkg.com/cytoscape/dist/cytoscape.min.js"></script>
</head>
<body>
<div id="cy"></div>
  <script>
  
var add100 = () => {
  console.log('click');
cy.add(new Array(100).fill(0).map(()=>({group:'edges', data:{source:'cat', target:'bird'}})));
}
  </script>
<button style="position: absolute;" id="button" onclick="add100()">Add 100 edges</button>
</body>
</html>
Output

This bin was created anonymously and its free preview time has expired (learn why). — Get a free unrestricted account

Dismiss x
public
Bin info
YinDongFangpro
0viewers