Skip to content

Instantly share code, notes, and snippets.

View webmutation's full-sized avatar

Daniel Mendes webmutation

  • European Commision
View GitHub Profile
@webmutation
webmutation / index.html
Last active August 24, 2016 13:18 — forked from ilyabo/index.html
D3 Dorling cartogram with rectangular states
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<title>Dorling Cartogram</title>
<script type="text/javascript" src="http://mbostock.github.com/d3/d3.v2.js"></script>
<style>
#chart {
width: 960px;
height: 470px;