D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
mattykuch
Full window
Github gist
Linked Charts (Line and Bar) with D3.js
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>A Profile on Failure in O'level: Highlighting 20 districts that have consistently performed poorly over the last 5 years (2011 - 2015)</title> <!-- Custom CSS styles --> <link href="style.css" rel="stylesheet" type="text/css" > </head> <body> <div class="container"> <h2> A Profile on Failure in O'level: Highlighting 20 districts that have consistently performed poorly over the last 5 years (2011 - 2015)</h2> <h4> .... </h4> <div id="area1"> <!-- barchart container --> </div> <div id="area2"> <!-- barchart2 container --> </div> </div> <div id="footer"> <strong>Source</strong> : www.data.ug </div> <!-- JS Libraries --> <!--<script src="d3.js" charset="utf-8"></script>--> <script type="text/javascript" src="https://d3js.org/d3.v3.js"></script> <!-- Custom JS code --> <script src="area1.js"></script> <script src="area2.js"></script> </body> </html>
Modified
http://d3js.org/d3.v3.js
to a secure url
https://d3js.org/d3.v3.js