D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
lorenazs
Full window
Github gist
Exercise for module 6
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Module 6</title> <script type="text/javascript" src="https://d3js.org/d3.v3.js"></script> <link href="style.css" rel='stylesheet'></style> <h1>Spending in Research and Development</h2> <p><strong style="color: blue;">France</strong> and <strong style="color: red;"> Italy </strong>Years 2004 to 2013. % of GDP. Source: <a href="https://data.oecd.org/rd/gross-domestic-spending-on-r-d.htm">OECD</a></p> </head> <body> <script type="text/javascript" src="bgScalesAxis.js"></script> </body>
Modified
http://d3js.org/d3.v3.js
to a secure url
https://d3js.org/d3.v3.js