Namespace LABKEY.vis.Scale
Namespace used for scales in LABKEY.vis.Plot objects.
Defined in: scale.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Method Attributes | Method Name and Description |
---|---|
<static> |
LABKEY.vis.Scale.ColorDiscrete()
The default color scale used in plots.
|
<static> |
LABKEY.vis.Scale.DarkColorDiscrete()
An alternate darker color scale.
|
<static> |
LABKEY.vis.Scale.Shape()
Function that returns a discrete scale used to determine the shape of points in LABKEY.vis.Geom.BoxPlot and
LABKEY.vis.Geom.Point geoms.
|
Method Detail
<static>
LABKEY.vis.Scale.ColorDiscrete()
The default color scale used in plots.
<static>
LABKEY.vis.Scale.DarkColorDiscrete()
An alternate darker color scale.
<static>
LABKEY.vis.Scale.Shape()
Function that returns a discrete scale used to determine the shape of points in LABKEY.vis.Geom.BoxPlot and
LABKEY.vis.Geom.Point geoms.