tnt.tree
Version:
TnT tree display
34 lines (25 loc) • 800 B
HTML
<meta charset="utf-8">
<title>TnT Themes</title>
<div id="body">
<!-- D3.js -->
<script src="http://d3js.org/d3.v3.min.js" charset="utf-8"></script>
<!-- TnT -->
<link rel="stylesheet" href="../../build/index.css" type="text/css" />
<script src="../../build/tnt.tree.js"></script>
<!-- Tree.js -->
<script src="node_constancy.js"></script>
<h1>Object constancy</h1>
<div id="tree"></div>
<script>
(function() {
var tree = tnt.tree();
var theme = tnt_theme();
theme(tree, document.getElementById("tree"));
}());
</script>
<footer>
<aside>Released under <a href="http://www.opensource.org/licenses/apache2.0.php">Apache 2.0</a>.</aside>
Copyright [2016] EMBL - European Bioinformatics Institute
</footer>
</div>