You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: components/sankey/elements/tooltip.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -24,8 +24,8 @@ The `LinkTemplate` controls the content of the Tooltip that will appear when the
24
24
25
25
| Property | Type | Description |
26
26
| ---------| ---- | ----------- |
27
-
|`Source`|[`SankeyDataNode`](/blazor-ui/api/telerik.blazor.sankeydatanode)| The source of the hovered link. Provides details for the source node such as its label, opacity, color, width, offset, alignment, and more. |
28
-
|`Target`|[`SankeyDataNode`](/blazor-ui/api/telerik.blazor.sankeydatanode)| The target of the hovered link. Provides details for the target node such as its label, opacity, color, width, offset, alignment and more. |
27
+
|`Source`|[`SankeyDataNode`](/blazor-ui/api/telerik.blazor.components.sankeydatanode)| The source of the hovered link. Provides details for the source node such as its label, opacity, color, width, offset, alignment, and more. |
28
+
|`Target`|[`SankeyDataNode`](/blazor-ui/api/telerik.blazor.components.sankeydatanode)| The target of the hovered link. Provides details for the target node such as its label, opacity, color, width, offset, alignment and more. |
29
29
|`Value`|`double?`| The hovered link value. |
30
30
31
31
## Node Tooltip Template
@@ -34,7 +34,7 @@ The `NodeTemplate` controls the content of the Tooltip that will appear when the
34
34
35
35
| Property | Type | Description |
36
36
| ---------| ---- | ----------- |
37
-
|`DataItem`|[`SankeyDataNode`](/blazor-ui/api/telerik.blazor.sankeydatanode)| The node that the user hovered. The `SankeyDataNode` provides details for the hovered node such as its label, opacity, color, width, offset and alignment. |
37
+
|`DataItem`|[`SankeyDataNode`](/blazor-ui/api/telerik.blazor.components.sankeydatanode)| The node that the user hovered. The `SankeyDataNode` provides details for the hovered node such as its label, opacity, color, width, offset and alignment. |
38
38
|`Value`|`double?`| The hovered node value. |
39
39
40
40
## Example
@@ -120,4 +120,4 @@ The `NodeTemplate` controls the content of the Tooltip that will appear when the
0 commit comments