D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
jeremybeasley
Full window
Github gist
Data Visualization and Infographics with D3 - Module 1
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>Exercise 1</title> <script type="text/javascript" src="https://d3js.org/d3.v3.js"></script> </head> <body> <h1>Datasets used for project - Golden State Warriors (2014-2015)</h1> <p>Used GS Warrior basketball data and combined data tables to include salary.I'm a huge basketball fan and have recently adopted the Golden State Warriors as my favorite team (I've been following Steph Curry for a while). They are in the middle of a historic season and I'm curious to quantify how historical a season it is. Additionally, I'm intrigued about how player performance correlates with their salary. A brief skim of the data will show that it's a weak correlation. Why? That's an even greater question. </p> <p>In the future, I'd love to visualize other datasets:</p> <ul> <li>Soft power index data</li> <li>Live-ability index</li> </ul> </body> </html>
Modified
http://d3js.org/d3.v3.js
to a secure url
https://d3js.org/d3.v3.js