R-Axis : R axis parameters

# rAxis
Name of the samples, groups or variables to be displayed in the R axis
Type: array
Default: []
Used in: Circular

rAxis : ["SeqE"]


# rAxisCeilValue
Value to ceil the data in the R axis
Type: float
Default:
Used in: Circular

rAxisCeilValue : 60

rAxisCeilValue : null


# rAxisFactorValue
Value to factor the data in the R axis
Type: float
Default:
Used in: Circular

rAxisFactorValue : 0.8

rAxisFactorValue : null


# rAxisFloorValue
Value to floor the data in the R axis
Type: float
Default:
Used in: Circular

rAxisFloorValue : 20

rAxisFloorValue : null


# rAxisGridMajorColor
Color for the major grid lines in the R axis
Type: color
Default: rgb(204, 204, 204)
Used in: Circular

rAxisGridMajorColor : "#9e0adb"

rAxisGridMajorColor : "#ff7d00"


# rAxisGridMajorLineType
Type of line for the major grid lines in the R axis
Type: string
Default: solid
Options: rect, solid, spline, dotted, dashed, dotdash, longdash, twodash
Used in: Circular

rAxisGridMajorLineType : "solid"

rAxisGridMajorLineType : "dashed"


# rAxisGridMajorShow
Flag to show/hide the major grid lines in the R axis
Type: boolean
Default: true
Used in: Circular

rAxisGridMajorShow : true

rAxisGridMajorShow : false


# rAxisGridMajorTransparency
Transparency for the color of the major grid lines in the R axis
Type: float
Default: 1
Used in: Circular

rAxisGridMajorTransparency : 0.2

rAxisGridMajorTransparency : 1


# rAxisGridMajorWidth
Width for the major grid lines in the R axis
Type: float
Default: 1
Used in: Circular

rAxisGridMajorWidth : 1

rAxisGridMajorWidth : 2


# rAxisGridMinorColor
Color for the minor grid lines in the R axis
Type: color
Default: rgb(204, 204, 204)
Used in: Circular

rAxisGridMinorColor : "#9e0adb"

rAxisGridMinorColor : "#ff7d00"


# rAxisGridMinorLineType
Type of line for the minor grid lines in the R axis
Type: string
Default: solid
Options: rect, solid, spline, dotted, dashed, dotdash, longdash, twodash
Used in: Circular

rAxisGridMinorLineType : "solid"

rAxisGridMinorLineType : "dashed"


# rAxisGridMinorShow
Flag to show/hide the minor grid lines in the R axis
Type: boolean
Default: true
Used in: Circular

rAxisGridMinorShow : true

rAxisGridMinorShow : false


# rAxisGridMinorTransparency
Transparency for the color of the minor grid lines in the R axis
Type: float
Default: 1
Used in: Circular

rAxisGridMinorTransparency : 1

rAxisGridMinorTransparency : 0.5


# rAxisGridMinorWidth
Width for the minor grid lines in the R axis
Type: float
Default: 0.5
Used in: Circular

rAxisGridMinorWidth : 0.5

rAxisGridMinorWidth : 1.5


# rAxisLabelOrientation
Orientation to show the ticks values in circular plots
Type: string
Default: perpendicular
Options: perpendicular, circular
Used in: Circular

rAxisLabelOrientation : "perpendicular"

rAxisLabelOrientation : "circular"


# rAxisPercentShow
Flag to show on not the percent in each segment in the R axis
Type: boolean
Default: false
Used in: Circular

rAxisPercentShow : false

rAxisPercentShow : true


# rAxisShow
Flag to show/hide the R axis
Type: boolean
Default: true
Used in: Circular

rAxisShow : true

rAxisShow : false


# rAxisTextColor
Color for the text in axis text
Type: color
Default: rgb(0,0,0)
Used in: Circular

rAxisTextColor : "red"

rAxisTextColor : "blue"


# rAxisTextFontStyle
Font style for the axis text
Type: string
Default:
Options: , bold, italic, bold italic
Used in: Circular

rAxisTextFontStyle : "bold"

rAxisTextFontStyle : "italic"


# rAxisTextScaleFontFactor
Scaling factor used to increase or decrease the axis text font size in the canvas
Type: float
Default: 1
Used in: Circular

rAxisTextScaleFontFactor : 1.2

rAxisTextScaleFontFactor : 0.8


# rAxisTicks
Approx number of tick lines in the R axis
Type: integer
Default: 5
Used in: Circular

rAxisTicks : 5

rAxisTicks : 10


# rAxisTicksColor
Color for the marker lines across the R axis
Type: color
Default: rgb(204, 204, 204)
Used in: Circular

rAxisTicksColor : "red"

rAxisTicksColor : "blue"


# rAxisTicksTransparency
Transparency for the color of the marker lines across the R axis
Type: float
Default: 1
Used in: Circular

rAxisTicksTransparency : 1

rAxisTicksTransparency : 0.5


# rAxisTicksWidth
Width for the marker lines across the R axis
Type: float
Default: 1
Used in: Circular

rAxisTicksWidth : 1

rAxisTicksWidth : 2


# rAxisTransform
Type of transformation for values in R axis
Type: string
Default:
Options: 0, log2, log10, -log2, -log10, exp2, exp10, sqrt, percentile
Used in: Circular

rAxisTransform : false

rAxisTransform : "log2"