#Uniform Kernel Distribution:
Try experimenting with changing the bandwidth value (h
) and the grid_spacing
, To see how the bubble sizes vary.
xxxxxxxxxx
<html lang="en">
<head>
<meta charset="utf-8">
<title>Uniform Kernel Distribution</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.6/d3.min.js" charset="utf-8"></script>
</head>
<body>
<label id="form" for="show-h">
Show Bandwidth
<input type="checkbox" id="show-h" disabled>
</label>
<div id="chartArea"></div>
<script src="js.js"></script>
</body>
</html>
https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.6/d3.min.js