Example of the vertical and radial layouts in TnT Tree.
xxxxxxxxxx
<head>
<link rel="stylesheet" href="https://tntvis.github.io/tnt.tree/build/tnt.tree.css" type="text/css" />
<script src="https://d3js.org/d3.v3.min.js"></script>
<script src="https://tntvis.github.io/tnt.tree/build/tnt.tree.min.js"></script>
<script src="layouts.js"></script>
</head>
<body>
<div id="mydiv"></div>
<script>
layouts(document.getElementById("mydiv"));
</script>
</body>
Modified http://d3js.org/d3.v3.min.js to a secure url
Modified http://tntvis.github.io/tnt.tree/build/tnt.tree.min.js to a secure url
https://d3js.org/d3.v3.min.js
https://tntvis.github.io/tnt.tree/build/tnt.tree.min.js