D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
curran
Full window
Github gist
[unlisted] fresh block
Built with
blockbuilder.org
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width"> <title>JS Bin</title> </head> <body> <svg width="960" height="500"> <rect x="0" y="0" width="100" height="100" fill="red"></rect> <rect x="120" y="0" width="100" height="100" fill="green"></rect> <rect x="0" y="120" width="100" height="100" fill="blue"></rect> </svg> </body> </html>