D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
rhysforyou
Full window
Github gist
Bar Chart
<!DOCTYPE html> <html> <head> <meta http-equiv="content-type" content="charset=utf-8" /> <link rel="stylesheet" type="text/css" href="base.css" /> <link rel="stylesheet" type="text/css" href="barChart.css" /> <title>Graph Paper</title> </head> <body> <script src="https://d3js.org/d3.v2.js"></script> <script src="barChart.js"></script> </script> </body> </html>
Modified
http://d3js.org/d3.v2.js
to a secure url
https://d3js.org/d3.v2.js