xxxxxxxxxx
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="https://dc-js.github.io/dc.js/css/dc.css" />
<script src="https://dc-js.github.io/dc.js/js/d3.js"></script>
<script src="https://dc-js.github.io/dc.js/js/crossfilter.js"></script>
<script src="https://dc-js.github.io/dc.js/js/dc.js"></script>
<script src="https://cdn.jsdelivr.net/gh/crossfilter/reductio/reductio.js"></script>
<script src="https://npmcdn.com/universe@latest/universe.js"></script>
<style>
body {
font-family: sans-serif;
}
.dc-chart circle.bubble {
fill-opacity: 0.8;
}
.dc-chart rect.heat-box {
fill-opacity: 0.8;
}
</style>
</head>
<body>
<h1>Straight Crossfilter</h1>
<div id="bubble-cf">
<h3>Sepal Width vs Length</h3>
</div>
<div id="heatmap-cf">
<h3>Petal Width vs Length</h3>
</div>
<hr style="clear: both">
<h1>Crossfilter with Cloning</h1>
<div id="heatmap-clone">
<h3>Petal vs Sepal Width</h3>
</div>
<div id="bubble-clone">
<h3>Petal vs Sepal Length</h3>
</div>
<script src="iris-bubble-heat.js"></script>
</body>
Updated missing url https://rawgit.com/crossfilter/reductio/master/reductio.js to https://cdn.jsdelivr.net/gh/crossfilter/reductio/reductio.js
https://dc-js.github.io/dc.js/js/d3.js
https://dc-js.github.io/dc.js/js/crossfilter.js
https://dc-js.github.io/dc.js/js/dc.js
https://rawgit.com/crossfilter/reductio/master/reductio.js
https://npmcdn.com/universe@latest/universe.js