Class Index | File Index

Classes


Class LABKEY.vis.Geom.ControlRange

Control range geom. Generally used in conjunction with a LABKEY.vis.Geom.Point and/or LABKEY.vis.Geom.Path geom to show upper and lower control range for a given point. In order to work the user must specify an upper or lower accessor in the config.aes object of the {LABKEY.vis.Plot} or {LABKEY.vis.Layer} object. This Geom also supports the color aesthetic from the {LABKEY.vis.Plot} and/or {LABKEY.vis.Layer} objects.
Defined in: geom.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Config Summary
Config Attributes Config Name and Description
 
(Optional) String used to determine the color of all paths.
 
(Optional) Whether or not to use dashed lines for path.
 
(Optional) Number used to determine the size of all paths.
 
(Optional) Number used to determine the length of all paths.
Class Detail
LABKEY.vis.Geom.ControlRange(config)
Parameters:
config
An object with the following properties:
Config Detail
{String} config.color
(Optional) String used to determine the color of all paths. Defaults to black (#000000).

{Boolean} config.dashed
(Optional) Whether or not to use dashed lines for path. Defaults to false.

{Number} config.size
(Optional) Number used to determine the size of all paths. Defaults to 2.

{Number} config.width
(Optional) Number used to determine the length of all paths. Defaults to 6.

Documentation generated by JsDoc Toolkit 2.3.2 on Thu Mar 14 2019 22:39:27 GMT-0000 (UTC)