UNPKG

react-grid-heatmapjs

Version:

React for the user interface, Tailwind CSS for styling, and CSS Grid for layout. A heatmap is a data visualization technique that uses color to represent the magnitude of values within a two-dimensional grid or matrix.

2 lines (1 loc) 103 B
export declare function generateColor(from: number, to: number, value: number, color: string): string;