Skip to content

Commit

Permalink
docs(sankey): Update broken link (#2345)
Browse files Browse the repository at this point in the history
  • Loading branch information
dimodi committed Aug 14, 2024
1 parent dfce3d5 commit 2eca17a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions components/sankey/elements/tooltip.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ The `LinkTemplate` controls the content of the Tooltip that will appear when the

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

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

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

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

0 comments on commit 2eca17a

Please sign in to comment.