React VectorMap - Tooltip

Configures tooltips.

import { Tooltip } from "devextreme/viz/vector_map"

contentTemplate

Specifies a custom template for a tooltip.

Type:

template

Template Data:

Layer Element

Information on the area or marker being pressed or hovered over. To distinguish between areas and markers, use the info.layer.type field.

Default Name: undefined

customizeTooltip

Specifies text and appearance of a set of tooltips.

Type:

Function

Function parameters:

Information on the area or marker being pressed or hovered over with the mouse pointer.

Return Value:

Object

The tooltip's text or markup and color.

Default Value: undefined
Cannot be used in themes.