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;
// Controls if the tooltip shows a color scale in header
showColorScale?: boolean;
}