<svg width="1000" height="1500">
<g id="heatmap"></g>
<text x="500" y="30" style="font-size: 14px; font-weight: bold;">Float over and click on cells.</text>
<text id="explain" x="500" y="100" style="font-size: 20px; font-weight: bold;"></text>
</svg>
<div id="controls">
<button id="show">Show All</button>
</div>
<style>
#controls {position: absolute; top:40px; left: 495px;}
button {background-color: #fefefe; border: 1px solid #eee; border-radius: 3px; cursor: pointer;}
</style>