<script src="https://code.highcharts.com/highcharts.js"></script>
<script src="https://code.highcharts.com/modules/data.js"></script>
<script src="https://code.highcharts.com/modules/heatmap.js"></script>
<script src="https://code.highcharts.com/modules/treemap.js"></script>
<script src="https://code.highcharts.com/modules/exporting.js"></script>
<figure class="highcharts-figure">
<div id="container"></div>
<p class="highcharts-description">
This demo shows a large data set visualized with a tree map.
Each country of the world has a data point, grouped by
continent. Click on a continent to view more detailed data.
Clicking on a country breaks the mortality rate further down
into different types.
</p>
</figure>