Data Point Attributes : General attributes for data points in scatter and one dimensional plots

# colorBy
Name of a variable annotation or a sample name or the string variable to color the variables
Type: string
Default:
Options: 0, variable

colorBy : "Group"

colorBy : false


# colorByData
String that identify the object containing a two dimensional array with discrete values used to color data points when drawing a multidimensional Heatmap. It must be located within the data.y object (for example: data.y.data2)
Type: string
Default:

# colorKey
Object to assign custom colors to sample annotations and variable annotations included in the data object. The key of the object is the name of an annotation in the data.x object, or the name of an annotation in the data.z object. The value for each key could be either: (1) a scalar with a valid color scheme (see this.meta.def.colorSchemes), or (2) an array with valid colors, or (3) an object to specify custom colors for each of the values of the annotation. A default color will be assigned to a data point whose value was not included the object. CanvasXpress will handle string and numeric annotation approprietly. However, if an object is specified like that one in number (3) the annotation will be treated as categorical even if the annotation is numeric
Type: object
Default:

# colorLabelBy

# colorLegendTitle

colorLegendTitle : "Title Color"

colorLegendTitle : false


# confidenceBy

# connectBy

connectBy : "NumFact"

connectBy : false


# connectByColor

connectByColor : "rgb(255,0,0)"

connectByColor : "rgb(0,255,0)"


# connectByNoColor
Flag to prevent coloring the lines by the connectBy annotation. Usefull when connectBy is used along with colorBy to avoid confusion of colors
Type: boolean
Default: false

connectByNoColor : true

connectByNoColor : false


# connectByWidth

connectByWidth : 1

connectByWidth : 3


# connectKey
Object to assign custom colors to lines when samples are connected by a sample annotations included in the data object. The key of the object is the name of an annotation in the data.x object. A default connect will be assigned to a data point whose value was not included the object
Type: object
Default:

# dodgeBy

# ellipseBy

ellipseBy : false

ellipseBy : "Category"


# lineBy

lineBy : false

lineBy : "Category"


# markerBy
Utility to create dynamic markers in Map. It must have a latitude and longitude metadata too
Type: string
Default:
Options: 0, variable

# motionBy

motionBy : "YearFact"


# outlineBy

# outlineByData
String that identify the object containing a two dimensional array with values used to color the outline data points when drawing a multidimensional Heatmap. It must be located within the data.y object (for example: data.y.data4)
Type: string
Default:

# patternBy
Name of a variable annotation or a sample name or the string variable to pattern the variables. When patternByData is specified patternBy is used for the title in the legend
Type: string
Default:
Options: 0, variable

patternBy : false

patternBy : "Type"


# patternByData
String that identify the object containing a two dimensional array with values used to pattern the data points when drawing a multidimensional Heatmap. It must be located within the data.y object (for example: data.y.data4)
Type: string
Default:

# patternKey
Object to assign custom patterns to sample annotations and variable annotations included in the data object. The key of the object is the name of an annotation in the data.x object or the name of an annotation in the data.z object. A default pattern will be assigned to a data point whose value was not included the object
Type: object
Default:

# pieBy

# pivotBy

# ribbonBy
Name of a sample annotation(s) to create a ribbon of each variable in scatter plots. If a single annotation is passed then it will be used as a standard deviation. If two annotations are passed then, it will be used as upper and lower confidence intervals. Alternatively it could be a pair of arrays witht the actual data. Works in coordination with the lineBy parameter
Type: string
Default:
Options: 0

# ribbonByType

# ridgeBy

ridgeBy : "Category"

ridgeBy : "Group"


# shapeBy
Name of a variable annotation or a sample name or the string variable to shape the variables. When shapeByData is specified shapeBy is used for the title in the legend
Type: string
Default:
Options: 0, variable

shapeBy : "Group"

shapeBy : false


# shapeByContinuous
Flag to use pie shapes with continuous data as opposed to by binning the data and show regular shapes
Type: boolean
Default: false

# shapeByData
String that identify the object containing a two dimensional array with values used to shape data points when drawing a multidimensional Heatmap. It must be located within the data.y object (for example: data.y.data2)
Type: string
Default:

# shapeByShape
String that identify the shape to use in regular and multidimensional heatmaps. shapeByData will take precedence over this property
Type: string
Default:
Options: 0, sphere, square, triangle, star, rhombus, octagon, oval, plus, minus, mdavid

# shapeKey
Object to assign custom shapes to sample annotations and variable annotations included in the data object. The key of the object is the name of an annotation in the data.x object or the name of an annotation in the data.z object. A default shape will be assigned to a data point whose value was not included the object
Type: object
Default:

# shapeLegendTitle

shapeLegendTitle : "Title Shape"

shapeLegendTitle : false


# sizeBy
Name of a variable annotation or a sample name or the string variable to size the variables. When sizeByData is specified sizeBy is used for the title in the legend
Type: string
Default:
Options: 0, variable

sizeBy : "Col3"

sizeBy : false


# sizeByContinuous

sizeByContinuous : false

sizeByContinuous : true


# sizeByData
String that identify the object containing a two dimensional array with values used to size data points when drawing a multidimensional Heatmap. It must be located within the data.y object (for example: data.y.data3)
Type: string
Default:

# sizeKey
Object to assign custom sizes to sample annotations and variable annotations included in the data object. The key of the object is the name of an annotation in the data.x object or the name of an annotation in the data.z object. A default size will be assigned to a data point whose value was not included the object
Type: object
Default:

# sizeLabelBy

# sizeLegendTitle

sizeLegendTitle : "Title Size"

sizeLegendTitle : false


# stackBy

# treemapBy
Array of sample annotations to treemap the variables. The array may also include sample to use as last level
Type: array
Default: []