Angular VectorMap - Tooltip
Configures tooltips.
import { DxVectorMapTypes } from "devextreme-angular/ui/vector-map"
contentTemplate
Specifies a custom template for a tooltip.
Type:
| undefined
Function parameters:
info:
Information on the area or marker being pressed or hovered over. To distinguish between areas and markers, use the info.layer.type field.
element:
The tooltip's container. It is an HTML Element or a jQuery Element when you use jQuery.
Default Value: undefined
customizeTooltip
Specifies text and appearance of a set of tooltips.
Type:
| undefined
Function parameters:
info:
Information on the area or marker being pressed or hovered over with the mouse pointer.
Return Value:
The tooltip's text or markup and color.
Default Value: undefined
Cannot be used in themes.
Feel free to share topic-related thoughts here.
If you have technical questions, please create a support ticket in the DevExpress Support Center.
Thank you for the feedback!
If you have technical questions, please create a support ticket in the DevExpress Support Center.