D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
zanarmstrong
Full window
Github gist
slider: days of the year
<!-- 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>Adapted from Bostock's <a href="https://bl.ocks.org/mbostock/6452972">slider example</a></p> <script src="https://d3js.org/d3.v3.min.js"></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