Hiyve Components - v1.0.0
    Preparing search index...

    Process data for heatmap visualization

    interface HeatmapCell {
        timestamp: number;
        value: number | null;
        x: string;
        y: string;
    }
    Index

    Properties

    Properties

    timestamp: number
    value: number | null
    x: string
    y: string