HeatmapTooltip🔗
Controls tooltip options
Definition🔗
class HeatmapTooltip:
"""
Controls tooltip options
"""
# Controls if the tooltip is shown
show: bool
# Controls if the tooltip shows a histogram of the y-axis values
y_histogram: typing.Optional[bool]
# Controls if the tooltip shows a color scale in header
show_color_scale: typing.Optional[bool]
Methods🔗
to_json🔗
Converts this object into a representation that can easily be encoded to JSON.
from_json🔗
Builds this object from a JSON-decoded dict.