D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
alex-r-bigelow
Full window
Github gist
Illustrator Round Trip
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <style> body { font-size: 7pt; } .node text { text-anchor: middle; } svg { position: absolute; top: 0px; left: 0px; } </style> </head> <body> <svg id="Layer_1" width="792" height="612"></svg> <script src="//d3js.org/d3.v3.min.js" charset="utf-8"></script> <script src="script.js"></script> </body> </html>
https://d3js.org/d3.v3.min.js