UI ComponentsSpecialized

Correlation Heatmap (SVG)

SVG-based correlation matrix for static rendering.

Preview placeholder

correlation-heatmap-svg

Installation

Terminal
npx @ontopic/viz add ui/wb/correlation-heatmap-svg

Props

PropTypeDescription
matrixnumber[][]Correlation matrix
labelsstring[]Variable labels

See full TypeScript interface on GitHub for all props.

Usage Example

TypeScript
import { CorrelationHeatmapSVG } from '@/viz/ui/wb/correlation-heatmap-svg';