Skip to content

HeatmapTooltip🔗

Controls tooltip options

Definition🔗

export interface HeatmapTooltip {
    // Controls if the tooltip is shown
    show: boolean;
    // Controls if the tooltip shows a histogram of the y-axis values
    yHistogram?: boolean;
}

See also🔗