#Isotype - Square:
Square based isotypes with masking. While isotype does not actually represent the data correctly, as they are based off height of an imaginary bar rather than actual values in the dataset.
###ToDo:
xxxxxxxxxx
<html lang="en">
<head>
<meta charset="utf-8">
<title>Isotype - Square</title>
<script src="https://d3js.org/d3.v3.min.js"></script>
</head>
<body>
<div id="chart" style="border: 2px dashed black"></div>
</body>
<script src="chart.js"></script>
</html>
https://d3js.org/d3.v3.min.js