Sankey Diagrams : General parameters in sankey diagrams

# sankeyAxes

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

# sankeyCoordinateColor

Flag to use same color for the nodes and for the lines (links) in the Sankey diagram
Type: boolean
Default: false
Used in: Sankey

# sankeyLabelAlign

Align for the sankey diagram labels
Type: string
Default: center
Options: left, center, right
Used in: Sankey

# sankeyLabelBaseline

Baseline for the sankey diagram labels
Type: string
Default: middle
Options: top, middle, bottom
Used in: Sankey

# sankeyLabelColor

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

# sankeyLabelFontSize

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 sankeyLabelScaleFontFactor
Type: integer
Default: 12
Used in: Sankey

# sankeyLabelFontStyle

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

# sankeyLabelMargin

Margin used in sankey diagram labels
Type: float
Default:
Used in: Sankey

# sankeyLabelRotate

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

# sankeyLabelScaleFontFactor

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

# sankeyLabelShow

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

# sankeyLinksColor

Color for the sankey lines (links)
Type: color
Default: rgba(150,150,150,0.5)
Used in: Sankey

# sankeyNodePadding

Padding between the Sankey nodes
Type: integer
Default: 10
Used in: Sankey

# sankeyNodeWidth

Width for the Sankey nodes
Type: integer
Default: 20
Used in: Sankey

# sankeyNodesColor

Color for the sankey nodes
Type: color
Default: rgb(255,255,255)
Used in: Sankey

# sankeyOutlineColor

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

# sankeySource

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

# sankeyTarget

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

# sankeyTitleAlign

Align for the sankey diagram titles
Type: string
Default: center
Options: left, center, right
Used in: Sankey

# sankeyTitleBaseline

Baseline for the sankey diagram titles
Type: string
Default: middle
Options: top, middle, bottom
Used in: Sankey

# sankeyTitleColor

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

# 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: 12
Used in: Sankey

# sankeyTitleFontStyle

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

# sankeyTitleMargin

Margin used in sankey diagram titles
Type: float
Default:
Used in: Sankey

# sankeyTitleRotate

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

# sankeyTitleScaleFontFactor

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

# sankeyTitleShow

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