Zoomable sunburst Chart
xxxxxxxxxx
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Zoomable Sunburst</title>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.17/d3.min.js"></script>
<!-- CSS Style //-->
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<body>
<div style="margin-left:80px;" id="chart"></div>
</body>
<script type="text/javascript" src="main.js"></script>
</html>
https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.17/d3.min.js