Example of a streamgraph that can be divided into multiple area charts.
xxxxxxxxxx
<html lang=en>
<head>
<meta charset=utf-8>
<title>Multiples Streamgraph</title>
<link type="text/css" rel="stylesheet" href="style.css"/>
</head>
<body>
<form>
<label><input type="radio" name="mode" value="multiples" checked> Multiples</label>
<label><input type="radio" name="mode" value="stacked"> Stacked</label>
</form>
<script src="https://d3js.org/d3.v3.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/d3@12.10.3/colorbrewer.js"></script>
<script src="script.js"></script>
</body>
</html>
Modified http://d3js.org/d3.v3.min.js to a secure url
Modified http://raw.github.com/mbostock/d3/master/lib/colorbrewer/colorbrewer.js to a secure url
https://d3js.org/d3.v3.min.js
https://raw.github.com/mbostock/d3/master/lib/colorbrewer/colorbrewer.js