MAIDR Documentation - v3.39.0
    Preparing search index...

    Interface HeatmapData

    Data structure for heatmap charts with x/y labels and 2D point values.

    interface HeatmapData {
        x: string[];
        y: string[];
        points: number[][];
    }
    Index

    Properties

    Properties

    x: string[]
    y: string[]
    points: number[][]