@tefferson/heatmap
v1.0.2
Published
This module contains functions related to the creation and manipulation of a heatmap.
Readme
Heatmap Module
This module contains functions related to the creation and manipulation of a heatmap.
Functions
initHeatmap: This function initializes the heatmap.getColorFromList: This function retrieves a color from a list based on certain criteria.getColorFromRecord: This function retrieves a color from a record based on certain criteria.
Usage
To use this module, import the desired functions like so:
import { initHeatmap, getColorFromList, getColorFromRecord } from './heatmap';