UNPKG

tnt.tree

Version:
24 lines (20 loc) 554 B
<!DOCTYPE html> <head> <link rel="stylesheet" href="http://../../build/tnt.tree.css" type="text/css" /> <style> #mydiv { margin-top : 20px; } </style> <script src="http://d3js.org/d3.v3.min.js"></script> <script src="../../build/tnt.tree.min.js"></script> <script src="sort_nodes.js"></script> </head> <body> <div id="mydiv"></div> <script> var tree_vis = tnt.tree(); var theme = sort_nodes_theme(); theme(tree_vis, document.getElementById("mydiv")); </script> </body>