UNPKG

d3-flextree

Version:

Flexible tree layout algorithm that allows for variable node sizes.

14 lines (13 loc) 288 B
<!DOCTYPE html> <html> <head> <link rel='stylesheet' href='style.css' /> </head> <body> <h1>d3-flextree test trees</h1> <input id='custom-spacing' type='checkbox' /> Custom spacing <div id='content'></div> <script src='bundle.js'></script> </body> </html>