Api tooltipSettings in TypeScript Treemap control

18 Nov 20181 minute to read

Properties

border BorderModel

Specifies the tooltip border.

fill string

To fill the tooltip background.

Defaults to ‘#000816’

format string

Specifies the format by given ${data}

Defaults to null

markerShapes MarkerShape[]

Specifies the marker shapes.

Defaults to ‘[Circle]’

opacity number

Specifies the opacity for fill.

Defaults to 0.75

template string

To specifies the template for tooltip.

Defaults to ’’

textStyle FontModel

Specifies the text style.

visible boolean

To enable or disable the Tooltip.

Defaults to false