D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
wykhuh
Full window
Github gist
week 5: scatterplot National Parks Visitors vs Campers
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Document</title> <link rel="stylesheet" href="style.css"> </head> <body> <h1>National Parks Visitors vs Campers</h1> <p>This graph shows the total number of visitors (x axis) vs the total number of campers (y axis) at the various National Parks in 2014. The parks with no campers are marked in red.</p> <script src="https://d3js.org/d3.v3.min.js" ></script> <script src="scatterPlotChart.js"></script> <script src="parksCharts.js"></script> </body> </html>
Modified
http://d3js.org/d3.v3.min.js
to a secure url
https://d3js.org/d3.v3.min.js