forked from zanarmstrong's block: Jittery Line w/ option to choose interpolation
This provides starting point for a visualization in which the input data is a user's mousemovements.
xxxxxxxxxx
<html lang="en">
<head>
<meta charset="utf-8">
<title>Mousemove Input</title>
<link href='https://fonts.googleapis.com/css?family=Raleway' rel='stylesheet' type='text/css'>
<script type="text/javascript" src="datgui-min.js"></script>
<link rel="stylesheet" href="animatedMouseMove.css">
<script src="https://d3js.org/d3.v3.min.js" charset="utf-8"></script>
</head>
<body>
<p>As you move your mouse, this stores the x,y coordinates of your mouse.</p>
<section id="box" class="main">
</section>
<!-- call JS files -->
<script src="animatedMouseMove.js"></script>
</body>
</html>
Modified http://d3js.org/d3.v3.min.js to a secure url
https://d3js.org/d3.v3.min.js