Nightingale Heatmap component is used to generate a heatmap visualisation.
The below example is using residues contacts data based on the distance.
<nightingale-heatmap></nightingale-heatmap>
The width specifies the width of the heat map.
The height specifies the height of the heat map.
It supports symmetric matrix.
The data array is of the following structure.
[
[1, 1, 0.2],
[1, 2, 0.8],
[2, 2, 0.5],
];