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

    Interface ProcessedHeatmapData

    interface ProcessedHeatmapData {
        cells: HeatmapCell[];
        participants: string[];
        timeLabels: string[];
    }
    Index

    Properties

    cells: HeatmapCell[]
    participants: string[]
    timeLabels: string[]