UNPKG

tnt.tree

Version:
24 lines (20 loc) 664 B
<!DOCTYPE html> <head> <link rel="stylesheet" href="../../build/tnt.tree.css" /> <script src="http://d3js.org/d3.v3.min.js" charset="utf-8"></script> <script src="../../build/tnt.tree.js"></script> <script src="simpleTree.js"></script> </head> <body> <h1>Simple species tree</h1> <div></div> <script> var tree_vis = tnt.tree(); var theme = theme(); theme(tree_vis, document.querySelector("div")); </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> </body>