D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
zanarmstrong
Full window
Github gist
Select a picture of the day
<!-- Bostock's slider brush: https://bl.ocks.org/mbostock/6452972--> <!DOCTYPE html> <meta charset="utf-8"> <head> <link href='https://fonts.googleapis.com/css?family=Raleway' rel='stylesheet' type='text/css'> <link rel="stylesheet" href="slider.css"> </head> <body> <p>Slide to see a picture from that day.</p> <div id="photo"></div> <script src="https://d3js.org/d3.v3.min.js"></script> <script src="photos.json"></script> <script src="slider.js"></script> </body>
Modified
http://d3js.org/d3.v3.min.js
to a secure url
https://d3js.org/d3.v3.min.js