Custom donut chart using d3.svg.arc().
forked from jdutta's block: Thin Donut Chart
xxxxxxxxxx
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="thin-donut.css" type="text/css"/>
</head>
<body>
<div id="thin-donut-chart"></div>
</body>
<script src="https://d3js.org/d3.v4.min.js"></script>
<script src="thin-donut.js"></script>
</html>
Modified http://d3js.org/d3.v4.min.js to a secure url
https://d3js.org/d3.v4.min.js