Heatmap Chart
2D grid heatmap with custom color scales. Use cases: Thermal imaging (FLIR cameras), correlation matrices, pressure sensor arrays, PCB thermal maps, tactile sensor grids, seat occupancy.
Installation
Copy and paste the following code into your project.
npx @plexusui/cli add heatmap-chart
Manual Installation
1. Copy the component code from components/heatmap-chart.tsx
2. Install dependencies:
npm install react@latest
3. Copy any required primitive components
Examples
Loading example...