ITooltipEventArgs

2 Oct 20251 minute to read

Specifies the event argument for the tooltip render event in heatmap.

Properties

cancel boolean

Specifies the cancel state for the event. The default value is false. If set as true, the event progress will be stopped.

content string[]

Defines content of the tooltip.

heatmap HeatMap

Defines the current HeatMap instance.

name string

Defines the name of the event.

value number|BubbleTooltipData[]

Defines value of the cell on which the tooltip is rendered.

xLabel string

Defines x-axis label of the cell on which tooltip is rendered.

xValue string|number|Date

Defines x-axis value of the cell on which tooltip is rendered.

yLabel string

Defines y-axis label of the cell on which tooltip is rendered.

yValue string|number|Date

Defines y-axis value of the cell on which tooltip is rendered.