JavaScript/jQuery Sankey - link
Type:
color
Colors the sankey links. Applies only if colorMode is "none".
Type:
Default Value: '#000000'
This option supports the following colors:
- Hexadecimal colors
- RGB colors
- RGBA colors
- Predefined/cross-browser color names
- Predefined SVG colors
colorMode
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
.
Feedback