Vue Sankey - link
Configures sankey links' appearance.
See Also
color
Colors the sankey links. Applies only if colorMode is "none".
This option supports the following colors:
- Hexadecimal colors
- RGB colors
- RGBA colors
- Predefined/cross-browser color names
- Predefined SVG colors
colorMode
Specifies how to color links.
This option accepts the following values:
"none"
The color specified in the color option is used."source"
A source node's color is used."target"
A target node's color is used."gradient"
A gradient color between the source node's and target node's color is used.
Use the SankeyColorMode
enum to specify this option when the widget is used as an ASP.NET MVC Control. This enum accepts the following values: None
, Source
, Target
, and Gradient
.
hoverStyle
Configures the appearance a link changes to when it is hovered over or pressed.
See Also
opacity
Specifies the links' transparency.
This option accepts a value from 0 to 1: 0 makes the links transparent; 1 makes them opaque.
If you have technical questions, please create a support ticket in the DevExpress Support Center.