Search results

ITreeMapTooltipArgs API in Angular TreeMap API component

Specifies the event arguments available for the tooltip events in the treemap component.

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.

data

Object

Defines the data for rendering the tooltip.

location

Object

Defines the location of the tooltip rendering event.

name

string

Defines the name of the event.

template

string

Defines the template for rendering the tooltip.

text

string[]

Defines the text rendered in the tooltip.

textStyle

FontModel

Defines the text style for customizing the tooltip text.