forked from kaluginserg/cytoscape-node-html-label
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
25 lines (21 loc) · 748 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE>
<html>
<head>
<title>cytoscape-node-html-label.js demo</title>
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1, maximum-scale=1">
<link rel="stylesheet" href="demo/index.css" type="text/css">
<script src="libs/cytoscape.min.js"></script>
<script src="dist/cytoscape-node-html-label.js"></script>
<script src="demo/sample-dataset.js"></script>
<script src="demo/index.js"></script>
</head>
<body>
<h1>cytoscape-node-html-label demos. <a href="https://github.com/kaluginserg/cytoscape-node-html-label">gitHub repo</a>
</h1>
<br>
<h4>144 cytoscape nodes with html labels. (smooth zoom and move)</h4>
<div class="demo-wrap">
<div id="cy"></div>
</div>
</body>
</html>