Circular Graphs : General parameters in circular graphs

# circularAnchorColor
Color for the circular anchor
Type: color
Default: #0ab0db
Used in: Circular

circularAnchorColor : "#9e0adb"

circularAnchorColor : "#ff7d00"


# circularAnchorLength
Length in pixels of the height of the circular anchor
Type: integer
Default: 8
Used in: Circular

circularAnchorLength : 5

circularAnchorLength : 15


# circularAnchors2Align
Position to align the anchors2 in circular plot
Type: string
Default: outside
Options: inside, outside
Used in: Circular

# circularAnchorsAlign
Position to align the anchors in circular plot
Type: string
Default: inside
Options: inside, outside
Used in: Circular

circularAnchorsAlign : "inside"

circularAnchorsAlign : "outside"


# circularArc
Number of degrees to extend the circular graph
Type: integer
Default: 360
Used in: Circular

circularArc : 180

circularArc : 360


# circularCenterProportion
Proportion of the center of the circular graph to use as void; that is the fraction of the radius in the middle of the graph
Type: float
Default: 0.3
Used in: Circular

circularCenterProportion : 0.1

circularCenterProportion : 0.3


# circularDataPosition
Position to align the data in 2D radial graphs and ideograms
Type: string
Default: distributed
Options: absolute, distributed
Used in: Circular

# circularLabelsAlign
Position to align the variable and sample names in circular plot
Type: string
Default: outside
Options: inside, outside
Used in: Circular

circularLabelsAlign : "inside"

circularLabelsAlign : "outside"


# circularLetterSeparationFactor
Factor to adjust the spacing between letters in the circular graphs. The greater the number the closer the letters in the labels
Type: float
Default: 1
Used in: Circular

circularLetterSeparationFactor : 1.5

circularLetterSeparationFactor : 5


# circularOverlayLevelOrientation
Orientation to show the segregation levels
Type: string
Default: circular
Options: perpendicular, circular
Used in: Circular

circularOverlayLevelOrientation : "perpendicular"

circularOverlayLevelOrientation : "circular"


# circularOverlayThickness
Thickness in pixels of the circular overlay and ideogram
Type: integer
Default: 14
Used in: Circular

circularOverlayThickness : 18

circularOverlayThickness : 30


# circularRotate
Number of degrees to rotate the circular graph to adjust the starting point
Type: integer
Default:
Used in: Circular

circularRotate : 0

circularRotate : 90


# circularSampleLabelOrientation
Orientation to show the sample names
Type: string
Default: perpendicular
Options: perpendicular, circular
Used in: Circular

circularSampleLabelOrientation : "perpendicular"

circularSampleLabelOrientation : "circular"


# circularScalesAlign
Position to align the percent and radial axes in circular plot
Type: string
Default: inside
Options: inside, outside
Used in: Circular

circularScalesAlign : "inside"

circularScalesAlign : "outside"


# circularType
Property to set the subtype of circular graph. If set to sunburst or bubble then smpOverlays can be used to build a hierarchy for the graph
Type: string
Default: normal
Options: normal, radar, sunburst, chord, bubble
Used in: Circular

circularType : "normal"

circularType : "radar"

circularType : "sunburst"

circularType : "bubble"