3.8.4 • Published 1 year ago

nightingale-heatmap v3.8.4

Weekly downloads
-
License
-
Repository
github
Last release
1 year ago

nightingale-heatmap

Published on NPM

Nightingale Heatmap component is used to generate a heatmap visualisation.

Usage

The below example is using residues contacts data based on the distance.

<nightingale-heatmap></nightingale-heatmap>

API Reference

Properties

width: number

The width specifies the width of the heat map.

height: number

The height specifies the height of the heat map.

symmetric: boolean

It supports symmetric matrix.

data: Array

The data array is of the following structure.

[
  [1, 1, 0.2],
  [1, 2, 0.8],
  [2, 2, 0.5],
];