D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
1wheel
Full window
Github gist
gcd-viz
<!DOCTYPE html> <meta charset="utf-8"> <style> rect{ fill-opacity: 1; stroke: black; } svg{ overflow: visible; } body{ margin: 0px; } html{ width: 960px; height: 500px; } .tbl{ display: inline-block; width: 360px; vertical-align: top; } .cell{ display: inline-block; width: 60px; } .number{ font-size: 500%; font-family: monospace; text-shadow: 0 1px 0 #ccc, 1px 0 0 #ccc, 0 -1px 0 #ccc, -1px 0 0 #ccc; } </style> <body></body> <script src="/1wheel/raw/67b47524ed8ed829d021/d3-3.5.5.js"></script> <script src="/1wheel/raw/67b47524ed8ed829d021/lodash-3.8.0.js"></script> <script src='/1wheel/raw/1b6758978dc2d52d3a37/d3-jetpack.js'></script> <script src='/1wheel/raw/1b6758978dc2d52d3a37/d3-starterkit.js'></script> <script src='/1wheel/raw/5d32ecb8a54b42f53646/geometry.js'></script> <script src='gcd.js'></script>