#Animated Art? I wanted to create the simplest form of the modified donut pie visualisation, but then I got carried away with animation and the traces...
Try changing the interpolation from cardinal-closed
to step-after
, it will be very appealing. And toying around with the delay timing and such.
xxxxxxxxxx
<html lang="en">
<head>
<meta charset="utf-8">
<title>Animated Art</title>
<script src="https://d3js.org/d3.v3.min.js"></script>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="chartArea">
</div>
<script src="main_donut.js"></script>
</body>
</html>
https://d3js.org/d3.v3.min.js