JavaScript/jQuery Sankey - link
Configures sankey links' appearance.
Type:
See Also
color
Colors the sankey links. Applies only if colorMode is "none".
Type:
Default Value: '#000000'
This property supports the following colors:
- Hexadecimal colors
- RGB colors
- RGBA colors
- Predefined/cross-browser color names
- Predefined SVG colors
- Paint server address
hoverStyle
Configures the appearance a link changes to when it is hovered over or pressed.
Type:
See Also
opacity
Specifies the links' transparency.
Type:
Default Value: 0.3
This property accepts a value from 0 to 1: 0 makes the links transparent; 1 makes them opaque.
Feedback