Y-Axis : Y axes parameters

# setMaxY

Set the maximum value for data in the Y axis
Type: float
Default: null

# setMinY

Set the minimum value for data in the Y axis
Type: float
Default: null

# yAxis

Name of the samples, groups or variables to be displayed in the Y axis
Type: array
Default: []

# yAxis2Show

Flag to show/hide the Y axis on the right
Type: boolean
Default: false

# yAxis2Title

Y axis2 title on the right
Type: string
Default: false

# yAxisCeilValue

Value to ceil the data in the Y axis
Type: float
Default: null

# yAxisCurrent

Sample id that is currently displayed in the Y axis. Important when there are more that one series displayed in the graph
Type: integer
Default:

# yAxisExact

Flag to force exact values in the Y axis
Type: boolean
Default: false

# yAxisFloorValue

Value to floor the data in the Y axis
Type: float
Default: null

# yAxisHistogramHeight

Size in pixels for the histogram in the Y axis
Type: integer
Default: 80

# yAxisHistogramShow

Flag to show/hide the histogram in the Y axis
Type: boolean
Default: false

# yAxisRugHeight

Size in pixels for the data rug in the Y axis
Type: integer
Default: 15

# yAxisRugPosition

Position for the data rug in theY axis
Type: string
Default: left
Options: left, rigth, both

# yAxisRugShow

Flag to show/hide a data rug in the Y axis
Type: boolean
Default: false

# yAxisShow

Flag to show/hide the Y axis on the left
Type: boolean
Default: true

# yAxisTickBottomColor

Color for the Bottom tick line across the Y axis
Type: color
Default: rgb(204,204,204)

# yAxisTickBottomLength

Length for the Bottom tick line across the Y axis
Type: float
Default: null

# yAxisTickBottomLineType

Type of line for the Bottom tick line across the Y axis
Type: string
Default: solid
Options: rect, solid, spline, dotted, dashed, dotdash, longdash, twodash

# yAxisTickBottomShow

Flag to show/hide the Bottom tick line across the Y axis
Type: boolean
Default: true

# yAxisTickBottomSize

Size for the Bottom tick line across the Y axis
Type: float
Default: 0.5

# yAxisTickColor

Color for the tick lines across the Y axis
Type: color
Default: rgb(204,204,204)

# yAxisTickFormat

Y axis format for the tick values in the Y axis. It could be a string with the sprintf format or an array where the first parameter is the sprintf format and the second parameter is a modification applied to the value before is passed to the sprintf function, i.e. ("/1000", "+ 100", etc.)
Type: string
Default: false

# yAxisTickGuideColor

Color for the side tick lines indicators in the Y axis on the left
Type: color
Default: rgb(204,204,204)

# yAxisTickGuideLength

Length for the side tick lines indicators in the Y axis on the left
Type: float
Default: 5

# yAxisTickGuideLineType

Type of line for the side tick lines indicators in the Y axis on the left
Type: string
Default: solid
Options: rect, solid, spline, dotted, dashed, dotdash, longdash, twodash

# yAxisTickGuideShow

Flag to show/hide the side tick lines indicators in the Y axis on the left
Type: boolean
Default: true

# yAxisTickGuideSize

Size for the side tick lines indicators in the Y axis on the left
Type: float
Default: 0.5

# yAxisTickLength

Length for the tick lines across the Y axis
Type: float
Default: null

# yAxisTickLineType

Type of line for the tick lines across the Y axis
Type: string
Default: solid
Options: rect, solid, spline, dotted, dashed, dotdash, longdash, twodash

# yAxisTickShow

Flag to show/hide the tick lines across the Y axis
Type: boolean
Default: true

# yAxisTickSize

Size for the tick lines across the Y axis
Type: float
Default: 0.5

# yAxisTickTopColor

Color for the Top tick line across the Y axis
Type: color
Default: rgb(204,204,204)

# yAxisTickTopLength

Length for the Top tick line across the Y axis
Type: float
Default: null

# yAxisTickTopLineType

Type of line for the Top tick line across the Y axis
Type: string
Default: solid
Options: rect, solid, spline, dotted, dashed, dotdash, longdash, twodash

# yAxisTickTopShow

Flag to show/hide the Top tick line across the Y axis
Type: boolean
Default: false

# yAxisTickTopSize

Size for the Top tick line across the Y axis
Type: float
Default: 0.5

# yAxisTicks

Approx number of tick lines in the Y axis
Type: integer
Default: 5

# yAxisTicksMajorShow

Flag to show/hide major tick lines in the Y axis
Type: boolean
Default: true

# yAxisTicksMinorShow

Flag to show/hide minor tick lines in the Y axis
Type: boolean
Default: true

# yAxisTitle

Y axis title on the left
Type: string
Default: false

# yAxisTitleDynamic

Set the title for the Y axis dynamically as it changes when configured by the user
Type: boolean
Default: false

# yAxisTransform

Type of transformation for values in the Y axis
Type: string
Default: false
Options: false, log2, log10, exp2, exp10, percentile

# yAxisTransformTicks

Flag to transform the values of the ticks in the Y axis
Type: boolean
Default: false