D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
dukevis
Full window
Github gist
ACC Tournament Chord Diagram
<!DOCTYPE html> <head> <title>ACC Basketball Tournament Series Records</title> <link rel="stylesheet" href="accvisual.css" type="text/css" /> <link rel="shortcut icon" href="favicon.ico" type="image/x-icon"> <link rel="icon" href="favicon.ico" type="image/x-icon"> <link href='https://fonts.googleapis.com/css?family=Electrolize' rel='stylesheet' type='text/css'> <meta charset="utf-8" /> </head> <body> <div id="container"> <svg id="circle"></svg> </div> <script src="https://d3js.org/d3.v3.min.js"></script> <script src="accvisual.js"></script>
Modified
http://d3js.org/d3.v3.min.js
to a secure url
https://d3js.org/d3.v3.min.js