Condegram Spiral Plot to show data over time on a spiral curve.
forked from arpitnarechania's block: Condegram Spiral Plot
xxxxxxxxxx
<html>
<head>
<div id="legend1">
<div class="legend1"> <span class="key-dot email"></span>email address </div>
<div class="legend1"> <span class="key-dot personal"></span>personal details </div>
<div class="legend1"> <span class="key-dot credit"></span>Credit card info </div> <br>
<div class="legend1"> <span class="key-dot health"></span>health record/email password </div>
<div class="legend1"> <span class="key-dot bank"></span>bank account details </div>
</div>
<div id="legend2"></div>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<link rel="stylesheet" type="text/css" href="style.css"/>
<script data-require="d3@4.0.0" data-semver="4.0.0" src="https://d3js.org/d3.v4.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3-legend/2.25.5/d3-legend.js"></script>
</head>
<body>
<div id="chart"></div>
<script type="text/javascript" src="main.js"></script>
</body>
</html>
https://d3js.org/d3.v4.js
https://cdnjs.cloudflare.com/ajax/libs/d3-legend/2.25.5/d3-legend.js