Skip to content

Commit 0a53561

Browse files
authored
docs(sankey): Update broken link (#2345)
1 parent 6706280 commit 0a53561

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

components/sankey/elements/tooltip.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ The `LinkTemplate` controls the content of the Tooltip that will appear when the
2424

2525
| Property | Type | Description |
2626
| ---------| ---- | ----------- |
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. |
2929
| `Value` | `double?` | The hovered link value. |
3030

3131
## Node Tooltip Template
@@ -34,7 +34,7 @@ The `NodeTemplate` controls the content of the Tooltip that will appear when the
3434

3535
| Property | Type | Description |
3636
| ---------| ---- | ----------- |
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. |
3838
| `Value` | `double?` | The hovered node value. |
3939

4040
## Example
@@ -120,4 +120,4 @@ The `NodeTemplate` controls the content of the Tooltip that will appear when the
120120
* [Sankey Nodes]({%slug sankey-nodes%})
121121
* [Sankey Labels]({%slug sankey-labels%})
122122
* [Sankey Legend]({%slug sankey-legend%})
123-
* [Sankey Title]({%slug sankey-title%})
123+
* [Sankey Title]({%slug sankey-title%})

0 commit comments

Comments
 (0)