SankeyDataSettingsLinkTagHelper
Example
Razor
<link>
<highlight></highlight>
</link>
ChildTags
| Tag Name | Details |
|---|---|
| highlight | SankeyDataLinkHighlightSettingsTagHelper |
Attributes
| Attribute | Type | Description |
|---|---|---|
| color | String | The color of the link. The color is used when the colorType option is set to static. Accepts a valid CSS color string, including hex and rgb. |
| color-type | LinkColorType | Defines the color type of the link. |
| opacity | Double | The opacity of the links. |
| source-id | Double | The source node ID of the link. The source node is the node from which the link originates. |
| target-id | Double | The target node ID of the link. The target node is the node to which the link points. |
| value | Double | The value of the link. The value represents the weight of the link and determines the width of the link. |