D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
emeeks
Full window
Github gist
Force-Directed Layout with Append on Double-Click
<!DOCTYPE html> <html> <head> <title>Force Plus Append</title> <script type="text/javascript" src="https://d3js.org/d3.v2.min.js"></script> <script type="text/javascript" src="append_force.js"></script> </head> <body onload="viz01();"> <div id="viz01_main"></div> </body> </html>
Modified
http://d3js.org/d3.v2.min.js
to a secure url
https://d3js.org/d3.v2.min.js