Each circle's stroke is proportional to the inverse of its radius; each circle has the same number of red pixels.
xxxxxxxxxx
<meta charset='utf-8'>
<link rel="stylesheet" type="text/css" href="style.css">
<body>
<div class='graph'></div>
</body>
<script src='d3_.js'></script>
<script src='_script.js'></script>