Combination Plots : Parameters used in complex plots

# layoutAdjust

Flag to force recalculating the ranges in the axes when multiple graphs are displayed in the canvas
Type: boolean
Default: false

# layoutAxis

Flag to indicated whether to print axes values when multiple graphs are displayed in the canvas. The possible values are: 1: horizontal, 2: vertical, 3: both
Type: string
Default: 3
Options: 1, 2, 3

# layoutCanvasCompartments

Flag to draw lines around each graph in the layout in the canvas. Used only when debugging
Type: boolean
Default: false

# layoutCollapse


# layoutConfig

Array of object to assign visualization configurations to each layout
Type: array
Default: []

# layoutGlobalGroups


# layoutLabelAlign

Align for the label text in layout graphs
Type: string
Default: center
Options: left, center, right

# layoutLabelBaseline

Baseline for the label text in layout graphs
Type: string
Default: middle
Options: top, middle, bottom

# layoutLabelColor


# layoutLabelFontSize

Font size for the text in label text in layout graphs. 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 layoutLabelScaleFontFactor
Type: integer
Default: 12

# layoutLabelFontStyle

Font style for the label text in layout graphs
Type: string
Default:
Options: , bold, italic, bold italic

# layoutLabelMargin


# layoutLabelRotate


# layoutLabelScaleFontFactor

Scaling factor used to increase or decrease the label text in layout graphs font size in the canvas
Type: float
Default: 1

# layoutRemoveEmpty


# layoutSpacing


# layoutStripBackgroundBorderColor

Color for the border in layout label strip background
Type: color
Default: rgba(255,255,255,0)

# layoutStripBackgroundBorderLineType

Type of line for the border in layout label strip background
Type: string
Default: solid
Options: rect, solid, spline, dotted, dashed, dotdash, longdash, twodash

# layoutStripBackgroundBorderSize


# layoutStripBackgroundColor


# layoutStripShow


# layoutStripTextAlign

Align for the label strip text in layout graphs
Type: string
Default: center
Options: left, center, right

# layoutStripTextBaseline

Baseline for the label strip text in layout graphs
Type: string
Default: middle
Options: top, middle, bottom

# layoutStripTextColor

Color for the text in label strip text in layout graphs
Type: color
Default: rgb(0,0,0)

# layoutStripTextFontSize

Font size for the text in label strip text in layout graphs. 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 layoutStripTextScaleFontFactor
Type: integer
Default: 12

# layoutStripTextFontStyle

Font style for the label strip text in layout graphs
Type: string
Default:
Options: , bold, italic, bold italic

# layoutStripTextMargin


# layoutStripTextRotate


# layoutStripTextScaleFontFactor

Scaling factor used to increase or decrease the label strip text in layout graphs font size in the canvas
Type: float
Default: 1

# layoutStripThickness


# layoutTopology

Topology of the canvas. Number of columns and rows separated by X. For example: 2X1, 1X3, etc
Type: string
Default: false

# layoutType

Type of layout to place the position for the labels in the trellis plot. Identify the axis that will be used to place the first segregating factor. rows will use the first segregating factor in the rows and the second in the columns. cols will use the first segregating factor in the columns and the second in the rows. wrap will wrap the segregating factors putting the sample factors in the columns
Type: string
Default: wrap
Options: wrap, rows, cols