Skip to content

HeatmapTooltipBuilder🔗

Constructor🔗

func NewHeatmapTooltipBuilder() *HeatmapTooltipBuilder

Methods🔗

Build🔗

Builds the object.

func (builder *HeatmapTooltipBuilder) Build() (HeatmapTooltip, error)

MaxHeight🔗

func (builder *HeatmapTooltipBuilder) MaxHeight(maxHeight float64) *HeatmapTooltipBuilder

MaxWidth🔗

func (builder *HeatmapTooltipBuilder) MaxWidth(maxWidth float64) *HeatmapTooltipBuilder

Mode🔗

Controls how the tooltip is shown

func (builder *HeatmapTooltipBuilder) Mode(mode common.TooltipDisplayMode) *HeatmapTooltipBuilder

ShowColorScale🔗

Controls if the tooltip shows a color scale in header

func (builder *HeatmapTooltipBuilder) ShowColorScale(showColorScale bool) *HeatmapTooltipBuilder

YHistogram🔗

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

func (builder *HeatmapTooltipBuilder) YHistogram(yHistogram bool) *HeatmapTooltipBuilder

See also🔗