d3
Version:
A small, free JavaScript library for manipulating documents based on data.
16 lines (15 loc) • 539 B
HTML
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<title>Non-Contiguous Cartogram</title>
<script type="text/javascript" src="../../d3.js"></script>
<script type="text/javascript" src="../../d3.geo.js"></script>
<script type="text/javascript" src="../../d3.geom.js"></script>
<link type="text/css" rel="stylesheet" href="cartogram.css"/>
</head>
<body>
<div id="chart"></div>
<script type="text/javascript" src="cartogram.js"></script>
</body>
</html>