Skip to content

HeatmapTooltip🔗

Constructor🔗

HeatmapTooltip()

Methods🔗

build🔗

Builds the object.

def build() -> heatmap.HeatmapTooltip

max_height🔗

def max_height(max_height: float) -> typing.Self

max_width🔗

def max_width(max_width: float) -> typing.Self

mode🔗

Controls how the tooltip is shown

def mode(mode: common.TooltipDisplayMode) -> typing.Self

show_color_scale🔗

Controls if the tooltip shows a color scale in header

def show_color_scale(show_color_scale: bool) -> typing.Self

y_histogram🔗

Controls if the tooltip shows a histogram of the y-axis values

def y_histogram(y_histogram: bool) -> typing.Self

See also🔗