R-Axis : R axis parameters

# rAxis2Title

R axis2 title
Type: string
Default: false
Used in: Circular

# rAxisCeilValue

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

# rAxisCurrent

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

# rAxisExact

Flag to force exact values in the R axis
Type: boolean
Default: false
Used in: Circular

# rAxisFloorValue

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

# rAxisLabelOrientation

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

# rAxisPercentShow

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

# rAxisShow

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

# rAxisTickColor

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

# rAxisTickFormat

R axis format for the tick values in the R 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
Used in: Circular

# rAxisTickGuideColor

Color for the side tick lines indicators in the R axis
Type: color
Default: rgb(204,204,204)
Used in: Circular

# rAxisTickGuideLength

Length for the side tick lines indicators in the R axis
Type: float
Default: 5
Used in: Circular

# rAxisTickGuideLineType

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

# rAxisTickGuideShow

Flag to show/hide the side tick lines indicators in the R axis
Type: boolean
Default: true
Used in: Circular

# rAxisTickGuideSize

Size for the side tick lines indicators in the R axis
Type: float
Default: 0.5
Used in: Circular

# rAxisTickLength

Length for the tick lines across the R axis
Type: float
Default: null
Used in: Circular

# rAxisTickLineType

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

# rAxisTickShow

Flag to show/hide the tick lines across the R axis
Type: boolean
Default: true
Used in: Circular

# rAxisTickSize

Size for the tick lines across the R axis
Type: float
Default: 0.5
Used in: Circular

# rAxisTicks

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

# rAxisTicksMajorShow

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

# rAxisTicksMinorShow

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

# rAxisTitle

R axis title
Type: string
Default: false
Used in: Circular

# rAxisTitleDynamic

Set the title for the R axis dynamically as it changes when configured by the user
Type: boolean
Default: false
Used in: Circular

# rAxisTransform

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

# rAxisTransformTicks

Flag to transform the values of the ticks in the R axis
Type: boolean
Default: false
Used in: Circular