Constructor
func NewHeatmapTooltipBuilder() *HeatmapTooltipBuilder
Methods
Build
Builds the object.
func (builder *HeatmapTooltipBuilder) Build() (HeatmapTooltip, error)
Show
Controls if the tooltip is shown
func (builder *HeatmapTooltipBuilder) Show(show bool) *HeatmapTooltipBuilder
YHistogram
Controls if the tooltip shows a histogram of the y-axis values
func (builder *HeatmapTooltipBuilder) YHistogram(yHistogram bool) *HeatmapTooltipBuilder
See also