forked from ProQuestionAsker's block: Bubble Testing
forked from anonymous's block: Bubble Testing
xxxxxxxxxx
<html>
<head>
<!--The browser can use non-English-language characters (...kind of) -->
<link href="style.css" rel="stylesheet">
<meta charset="utf-8">
<style>
* {
font-family: "Helvetica Neue";
}
p, text {
font-size: 0.85em;
}
svg {
background: #f1f1f1;
}
</style>
</head>
<body>
<div id="chart"></div>
<div id="simple-map-d3-example"></div>
<script src="bower_components/d3/d3.min.js" charset="utf-8"></script>
<script src="bower_components/topojson/topojson.js" charset="utf-8"></script>
<script src="https://d3js.org/d3.v4.js"></script>
<script src="bower_components/simple-map-d3/dist/simple-map-d3.js" charset="utf-8"></script>
<script src="bubbles.js"></script>
</body>
</html>
https://d3js.org/d3.v4.js