SankeyTooltipSettingsTagHelper
Example
Razor
<tooltip>
<link-template></link-template>
<node-template></node-template>
</tooltip>
ChildTags
Tag Name | Details |
---|---|
link-template | TemplateTagHelper |
node-template | TemplateTagHelper |
Attributes
Attribute | Type | Description |
---|---|---|
append-to | String | The element to which the tooltip will be appended. |
delay | Double | The delay in milliseconds before the tooltip is displayed. |
follow-pointer | Boolean | If set to true, the tooltip will follow the mouse pointer. |
link-template | String | The template which renders the tooltip content for the links. |
link-template-handler | String | The template which renders the tooltip content for the links. |
link-template-id | String | The template which renders the tooltip content for the links. |
link-template-view | IHtmlContent | The template which renders the tooltip content for the links. |
node-template | String | The template which renders the tooltip content for the nodes. |
node-template-handler | String | The template which renders the tooltip content for the nodes. |
node-template-id | String | The template which renders the tooltip content for the nodes. |
node-template-view | IHtmlContent | The template which renders the tooltip content for the nodes. |
offset | Double | The distance between the tooltip and the mouse pointer in pixels. |