title | layout |
---|---|
Network Graph |
default |
Controls: Mouse wheel to zoom in and out, left click to move around or drag a node, double-click to open node page.
<div id="svg-container">
<svg id="network-svg" width="100%" height="100vh">
<marker id="arrow" viewBox="0 0 10 10" refX="26.5" refY="5" orient="auto">
<!-- The black arrow head -->
<path d="M 0 0 L 10 5 L 0 10 z" />
</marker>
</svg>
</div>