3.8.22 • Published 9 months ago

nightingale-heatmap v3.8.22

Weekly downloads
-
License
-
Repository
github
Last release
9 months 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],
];
3.8.21

9 months ago

3.8.22

9 months ago

3.8.4

3 years ago

3.5.5

4 years ago

3.2.11

4 years ago

3.2.10

4 years ago

3.2.9

4 years ago

3.2.8

4 years ago