D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
paulrosenzweig
Full window
Github gist
unconf-badge
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>iris projections</title> <style type="text/css"> circle { opacity: 0.5; } svg { margin-top: 135px; } </style> </head> <body> <script src="https://d3js.org/d3.v4.min.js"></script> <script src="index.js"></script> </body> </html>
https://d3js.org/d3.v4.min.js