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

    Props for EmotionHeatmap component

    interface EmotionHeatmapProps {
        colors?: Partial<SentimentDashboardColors>;
        data: Record<string, MoodDataPoint[]> | Map<string, MoodDataPoint[]>;
        interval?: HeatmapInterval;
        labels?: Partial<HeatmapLabels>;
        showControls?: boolean;
        staticMode?: boolean;
        styles?: Partial<SentimentDashboardStyles>;
        sx?: SxProps<Theme>;
        timeWindow?: TimeWindow;
    }
    Index

    Properties

    colors?: Partial<SentimentDashboardColors>

    Custom colors

    data: Record<string, MoodDataPoint[]> | Map<string, MoodDataPoint[]>

    Historical data by participant

    interval?: HeatmapInterval

    Bucket interval in seconds

    labels?: Partial<HeatmapLabels>

    Custom labels

    showControls?: boolean

    Whether to show controls

    staticMode?: boolean

    Whether in static/replay mode

    styles?: Partial<SentimentDashboardStyles>

    Custom styles

    sx?: SxProps<Theme>

    MUI sx prop

    timeWindow?: TimeWindow

    Time window in minutes