HeatmapTooltip🔗Controls tooltip optionsDefinition🔗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🔗 HeatmapTooltipBuilder