Example of TnT Tree with different node sizes.
xxxxxxxxxx
<head>
<link rel="stylesheet" href="https://tntvis.github.io/tnt.tree/build/tnt.tree.css" type="text/css" />
<style>
#mydiv {
margin-top : 50px;
}
</style>
<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="node_size.js"></script>
</head>
<body>
<div id="mydiv"></div>
<script>
node_size(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