Skip to content

HeatmapTooltip🔗

Constructor🔗

HeatmapTooltip()

Methods🔗

build🔗

Builds the object.

def build() -> heatmap.HeatmapTooltip

show🔗

Controls if the tooltip is shown

def show(show: bool) -> 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🔗