Base code (WIP) for a proof of concept of a parallel set with progressive disclosure (drilling down a fixed hierarchy in a flow).
Reusing code (data transformation and alluvial graph) from the Raw project, github here.
Dataset from the Parallel Sets project
xxxxxxxxxx
<html class="ocks-org do-not-copy">
<meta charset="utf-8">
<body>
<svg></svg>
<script src="lodash.min.js" charset="utf-8"></script>
<script src="d3.v3.min.js" charset="utf-8"></script>
<script src="sankey.js" charset="utf-8"></script>
<script src="alluvial.js" charset="utf-8"></script>
<script src="code.js" charset="utf-8"></script>
</body>
</html>