Circular Graph Tracks : General parameters for tracks in circular graphs

# circularTrackGraphType
Array containing the graph type for each track in the circular plot
Type: array
Default: []
Used in: Circular

# circularTrackGraphWeight
Array containing the proportion of the dimensions for each data track in the circular plot. It must be a value between 0.1 and 1. If not specified then all track will be weighted the same
Type: array
Default: []
Used in: Circular

# circularTrackName
An array specifying the names of each track in the circular plot. It must match the length of the *vars* array used for the data. Use an empty string to exclude a variable from the plot
Type: array
Default: []
Used in: Circular

# circularTrackOrder
Array containing the order of the tracks. The array includes the levels of the factor specified as either segregateSamplesBy when show the ideogram or segregateVariablesBy when there is no ideogram. It may also include any of the following terms: dendrogram, ideogram, labels, scale, percent and data. If there are sample overlays, the array may also contain any of the factor names include in the this.data.x object. This array supersede any other configurations for example for the sample overlays
Type: array
Default: [percent, scale, dendrogram, ideogram, overlays, labels, anchors, data]
Used in: Circular

# circularTrackSeparation
Number of pixels to separate the tracks in the circular plots
Type: integer
Default: 5
Used in: Circular

circularTrackSeparation : 5

circularTrackSeparation : 15