D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
ZJONSSON
Full window
Github gist
Icelandic population pyramid
<!DOCTYPE html> <meta charset="utf-8"> <script src="https://d3js.org/d3.v3.min.js"></script> <link rel="stylesheet" href="style.css" /> <svg></svg> <div id="slider"> 1841 <input id="slide" type="range" min="1841" max="2013" step="0.25" value="2000" onchange="redraw(this.value)" /> 2013 </div> <script src="app.js"></script> </html>
Modified
http://d3js.org/d3.v3.min.js
to a secure url
https://d3js.org/d3.v3.min.js