Sankey Diagrams : General parameters in sankey diagrams

# sankeyAxes
Axes to include in the alluvial plots. It must sample annotations of the string type in the x object
Type: array
Default: []
Used in: Sankey

# sankeyLinksColor
Color for the sankey lines (links)
Type: color
Default: rgba(204,204,204,0.66)
Used in: Sankey

sankeyLinksColor : "#9e0adb"

sankeyLinksColor : "#ff7d00"


# sankeyNodePadding
Padding between the Sankey nodes
Type: integer
Default: 8
Used in: Sankey

sankeyNodePadding : 10

sankeyNodePadding : 30


# sankeyNodeWidth
Width for the Sankey nodes
Type: integer
Default: 30
Used in: Sankey

sankeyNodeWidth : 20

sankeyNodeWidth : 35


# sankeyNodesColor
Color for the sankey nodes
Type: color
Default: false
Used in: Sankey

sankeyNodesColor : "#9e0adb"

sankeyNodesColor : "#ff7d00"


# sankeyOutlineColor
Color for the sankey outline
Type: color
Default: rgba(0,0,0,0)
Used in: Sankey

sankeyOutlineColor : "#9e0adb"

sankeyOutlineColor : "#ff7d00"


# sankeySource
Name of a sample annotation to use as source in the sankey diagrams
Type: string
Default:
Options: 0
Used in: Sankey

# sankeyTarget
Name of a sample annotation to use as target in the sankey diagrams
Type: string
Default:
Options: 0
Used in: Sankey

# sankeyTextAlign
Alignment (or position) for the sankey diagram labels
Type: string
Default: center
Options: left, center, right
Used in: Sankey

sankeyTextAlign : "left"

sankeyTextAlign : "center"

sankeyTextAlign : "right"


# sankeyTextAuto
Flag to adjust the text orientation and the visibility for the labels in the Sankey diagrams
Type: boolean
Default: true
Used in: Sankey

sankeyTextAuto : true

sankeyTextAuto : false


# sankeyTextBaseline
Baseline (or reference line) for the sankey diagram labels
Type: string
Default: middle
Options: top, middle, bottom
Used in: Sankey

sankeyTextBaseline : "top"

sankeyTextBaseline : "middle"

sankeyTextBaseline : "bottom"


# sankeyTextColor
Color for the text in sankey diagram labels
Type: color
Default: rgb(0,0,0)
Used in: Sankey

sankeyTextColor : "#9e0adb"

sankeyTextColor : "#ff7d00"


# sankeyTextFontSize
Font size for the text in sankey diagram labels. Be aware that auto scaling font must be turned off for this property to take effect. A more convenient way to modify the size is to use the sankeyTextScaleFontFactor
Type: integer
Default: 11
Used in: Sankey

# sankeyTextFontStyle
Font style for the sankey diagram labels
Type: string
Default:
Options: , bold, italic, bold italic
Used in: Sankey

sankeyTextFontStyle : ""

sankeyTextFontStyle : "bold"

sankeyTextFontStyle : "bold italic"


# sankeyTextInside
Flag to draw the text of the sankey labels inside the plot. It is only applicable when sankeyTextAuto is false
Type: boolean
Default: true
Used in: Sankey

sankeyTextInside : true

sankeyTextInside : false


# sankeyTextMargin
Margin to pad or separate the characters in the sankey diagram labels
Type: float
Default:
Used in: Sankey

sankeyTextMargin : 5

sankeyTextMargin : 15


# sankeyTextRotate
Rotation in degrees for the sankey diagram labels
Type: integer
Default: 90
Used in: Sankey

sankeyTextRotate : 0

sankeyTextRotate : 90


# sankeyTextScaleFontFactor
Scaling factor used to increase or decrease the sankey diagram labels font size in the canvas
Type: float
Default: 1
Used in: Sankey

sankeyTextScaleFontFactor : 0.5

sankeyTextScaleFontFactor : 1

sankeyTextScaleFontFactor : 1.5


# sankeyTextShow
Flag to show/hide the labels in the Sankey diagrams
Type: boolean
Default: true
Used in: Sankey

sankeyTextShow : true

sankeyTextShow : false


# sankeyTitleAlign
Alignment (or position) for the sankey diagram titles
Type: string
Default: center
Options: left, center, right
Used in: Sankey

sankeyTitleAlign : "left"

sankeyTitleAlign : "center"

sankeyTitleAlign : "right"


# sankeyTitleBaseline
Baseline (or reference line) for the sankey diagram titles
Type: string
Default: middle
Options: top, middle, bottom
Used in: Sankey

sankeyTitleBaseline : "top"

sankeyTitleBaseline : "middle"

sankeyTitleBaseline : "bottom"


# sankeyTitleColor
Color for the text in sankey diagram titles
Type: color
Default: rgb(0,0,0)
Used in: Sankey

sankeyTitleColor : "#9e0adb"

sankeyTitleColor : "#ff7d00"


# sankeyTitleFontSize
Font size for the text in sankey diagram titles. Be aware that auto scaling font must be turned off for this property to take effect. A more convenient way to modify the size is to use the sankeyTitleScaleFontFactor
Type: integer
Default: 11
Used in: Sankey

# sankeyTitleFontStyle
Font style for the sankey diagram titles
Type: string
Default:
Options: , bold, italic, bold italic
Used in: Sankey

sankeyTitleFontStyle : ""

sankeyTitleFontStyle : "bold"

sankeyTitleFontStyle : "bold italic"


# sankeyTitleMargin
Margin to pad or separate the characters in the sankey diagram titles
Type: float
Default:
Used in: Sankey

sankeyTitleMargin : 5

sankeyTitleMargin : 15


# sankeyTitleRotate
Rotation in degrees for the sankey diagram titles
Type: integer
Default:
Used in: Sankey

sankeyTitleRotate : 0

sankeyTitleRotate : 90


# sankeyTitleScaleFontFactor
Scaling factor used to increase or decrease the sankey diagram titles font size in the canvas
Type: float
Default: 1
Used in: Sankey

sankeyTitleScaleFontFactor : 0.5

sankeyTitleScaleFontFactor : 1

sankeyTitleScaleFontFactor : 1.5


# sankeyTitleShow
Flag to show/hide the titles in the Sankey diagrams
Type: boolean
Default: true
Used in: Sankey

sankeyTitleShow : true

sankeyTitleShow : false