SankeyTooltipSettingsTagHelper

Example

Razor
<tooltip>
    <link-template></link-template>
    <node-template></node-template>
</tooltip>

ChildTags

Tag NameDetails
link-templateTemplateTagHelper
node-templateTemplateTagHelper

Attributes

AttributeTypeDescription
append-toStringThe element to which the tooltip will be appended.
delayDoubleThe delay in milliseconds before the tooltip is displayed.
follow-pointerBooleanIf set to true, the tooltip will follow the mouse pointer.
link-templateStringThe template which renders the tooltip content for the links.
link-template-handlerStringThe template which renders the tooltip content for the links. This option expects the name of a JavaScript function that will be called to return the template.
link-template-idStringThe template which renders the tooltip content for the links. This option expects the ID of the script element that contains the template.
link-template-viewIHtmlContentThe template which renders the tooltip content for the links. This option expects the instance containing the created HTML.
node-templateStringThe template which renders the tooltip content for the nodes.
node-template-handlerStringThe template which renders the tooltip content for the nodes. This option expects the name of a JavaScript function that will be called to return the template.
node-template-idStringThe template which renders the tooltip content for the nodes. This option expects the ID of the script element that contains the template.
node-template-viewIHtmlContentThe template which renders the tooltip content for the nodes. This option expects the instance containing the created HTML.
offsetDoubleThe distance between the tooltip and the mouse pointer in pixels.
In this article
ExampleChildTagsAttributes
Not finding the help you need?
Contact Support