@anthologen/cytoscape-node-html-label
Version:
26 lines (21 loc) • 748 B
HTML
<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>