A cartogram of rectangular blocks displaying the relative weight of different states of India based on different statistical parameters.
xxxxxxxxxx
<html>
<head>
<meta charset="utf-8">
<title>anilnair.xyz</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href='https://fonts.googleapis.com/css?family=Orbitron' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'>
<style type="text/css" media="screen">@import "style.css";</style>
<link rel="stylesheet" href="stateMap.css">
</head>
<body>
<div id="panels">
<div id="map">
<div id="select"></div>
</div>
</div>
<script src="//d3js.org/d3.v3.min.js" charset="utf-8"></script>
<script src="//d3js.org/d3-queue.v3.min.js"></script>
<script src="//d3js.org/topojson.v1.min.js"></script>
<script src="stateCarto.js"></script>
<script src="stateMulti.js"></script>
</body>
</html>
https://d3js.org/d3.v3.min.js
https://d3js.org/d3-queue.v3.min.js
https://d3js.org/topojson.v1.min.js