D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
darrenjaworski
Full window
Github gist
Voting trends OK Upper House
<!DOCTYPE html> <meta charset="utf-8"> <style> svg { display: block; margin: auto; } text { font-size: 10px; } text.active { fill: red; } line { stroke: #fff; } </style> <body> <script src="https://d3js.org/d3.v3.min.js"></script> <script src="script.js"></script>
Modified
http://d3js.org/d3.v3.min.js
to a secure url
https://d3js.org/d3.v3.min.js