D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
vanceingalls
Full window
Github gist
d3.unconf 2015
<!doctype html> <html> <head> <meta charset="utf-8"> <title>Mileage Calendar</title> <link rel="stylesheet" href="styles.css"> </head> <body> <div class="block"> <h3>Mileage Calendar</h3> <strong>October</strong> <div class="table"></div> <div class="info"></div> </div> <script src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.6/d3.js"></script> <script src="script.js"></script> </body> </html>
https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.6/d3.js