A line chart written in D3, based on William Playfair's iconic import-export charts, using data from India's Export Import Data Bank.
xxxxxxxxxx
<html xmlns="https://www.w3.org/1999/xhtml">
<head>
<!-- meta -->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title></title>
<!-- fonts -->
<link href="https://fonts.googleapis.com/css?family=IM+Fell+English" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=IM+Fell+DW+Pica+SC" rel="stylesheet">
<!-- css -->
<link rel="stylesheet" href="styles.css"
</head>
<body>
<div class="title">CHART of all the IMPORTS and EXPORTS to and from INDIA<br/>From the Year 1996 to 2015 by H. Stevens</div>
<div class="chart"></div>
<div class="title sub">The Divisions at the Bottom, expreſs <b>YEARS</b>, & those on the Right hand, LAKHS of 2015 RUPEES</div>
<div class="source left">A D3 chart based on <a href="https://commons.wikimedia.org/wiki/File:1786_Playfair_-_1_Chart_of_all_the_import_and_exports_to_and_from_England_from_the_year_1700_to_1782.jpg">the work of William Playfair</a><br />Source: <a href="https://www.commerce.nic.in/eidb/">Export Import Data Bank, Indian Commerce Department</a></div>
<div class="source right">Published as the Act directs. 28.<sup>th</sup> Aug.<sup>st</sup> 2016</div>
<!-- js -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
<script src="https://d3js.org/d3.v4.min.js"></script>
<script src="scripts.js"></script>
</body>
</html>
https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js
https://d3js.org/d3.v4.min.js