D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
zanarmstrong
Full window
Github gist
Caltrain Bike Bumps
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>Caltrain Bike Bump Charts</title> <link href='https://fonts.googleapis.com/css?family=Raleway' rel='stylesheet' type='text/css'> <link rel="stylesheet" href="bike.css"> <script src="https://d3js.org/d3.v3.min.js" charset="utf-8"></script> </head> <body> <p id="screenCoords"></p> <h1>Caltrain Bike Bumps in 2015</h1> <p>Just bumped from Caltrain? Report it at <a href="sfbike.org/bumpform">sfbike.org/bumpform</a>.</p> <div id="playPause"></div> <div class="module fade"><p id="quote" class="quote"></p></div> <p id="date" class="description"></p> <p id="numberBumped" class="description"></p> <p id="location" class="description"></p> <div id="svgDiv"></div> <img src="caltrain.png"></img> <!-- call JS files --> <script src="bike.js"></script> </body> </html>
Modified
http://d3js.org/d3.v3.min.js
to a secure url
https://d3js.org/d3.v3.min.js