D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
1wheel
Full window
Github gist
aaronson-oracle
press the left and right arrow keys!
https://github.com/elsehow/aaronson-oracle
[ ] some visualization of your current state
[ ] % over time
[ ] mobile
<!DOCTYPE html> <meta charset='utf-8'> <link rel="stylesheet" type="text/css" href="style.css"> <body> <div class='fixed'> <div class='score'></div> <div class='log'></div> <div class='button'></div> </div> <div class='graph'></div> <div class='tree'></div> </body> <script src='d3_.js'></script> <script src='_script.js'></script>