ngraph.svg
Version:
Svg based graph rendering
19 lines (18 loc) • 382 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1, maximum-scale=1">
<title>Custom node rendering</title>
<style>
body, svg {
width: 100%;
height: 100%;
position: absolute;
overflow: hidden;
}</style>
</head>
<body>
<script src='bundle.js'></script>
</body>
</html>