3-dimensional representation of a force-directed iterative layout, using 3d-force-graph. This component uses ThreeJS/WebGL for rendering and either d3-force-3d or ngraph for the 3D physics engine.
Cycle through various topological data sets using the button on the top-right.
See also the VR version.
xxxxxxxxxx
<head>
<script src="//unpkg.com/3d-force-graph@1"></script>
<script src="//unpkg.com/d3-dsv"></script>
<script src="data-set-loader.js"></script>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="3d-graph"></div>
<div class="graph-data">
<span id="graph-data-description"></span>
<button class="toggle-data-btn" onClick="toggleData()">Show me something else</button>
</div>
<script src="index.js"></script>
</body>
https://unpkg.com/3d-force-graph@1
https://unpkg.com/d3-dsv