Tooltip
configurationKendo UI Tooltip options for this marker.
tooltip
Objecttooltip.animation
ObjectA collection of {Animation} objects, used to change default animations. A value of false will disable all animations in the widget.
tooltip.autoHide
BooleanSpecifies if the tooltip will be hidden when mouse leaves the target element. If set to false a close button will be shown within tooltip. If set to false, showAfter is specified and the showOn is set to "mouseenter" the Tooltip will be displayed after the given timeout even if the element is no longer hovered.
Default: true
tooltip.callout
BooleanSpecifies if the tooltip callout will be displayed.
Default: true
tooltip.content
Object|String|FunctionThe text or a function which result will be shown within the tooltip. By default the tooltip will display the target element title attribute content.
tooltip.height
NumberThe height (in pixels) of the tooltip.
Default: Infinity
tooltip.iframe
BooleanExplicitly states whether content iframe should be created.
tooltip.position
StringThe position relative to the target element, at which the tooltip will be shown. Predefined values are "bottom", "top", "left", "right", "center".
Default: "top"
tooltip.showAfter
NumberSpecify the delay in milliseconds before the tooltip is shown. This option is ignored if showOn is set to "click" or "focus".
Default: 100
tooltip.showOn
StringThe event on which the tooltip will be shown. Predefined values are "mouseenter", "click" and "focus".
Default: "mouseenter"
tooltip.template
String|TemplateThe template which renders the tooltip content.
The fields which can be used in the template are:
- location - the marker location (
kendo.dataviz.map.Locationinstance) - marker - the marker instance
Setting a template disables the content option.
tooltip.width
NumberThe width (in pixels) of the tooltip.
Default: Infinity