new epiviz.Config(settingsMap)
Name | Type | Description |
---|---|---|
settingsMap |
* |
optional
A map of settings to override the default settings for the config. |
Members
-
static,constantepiviz.Config.COLORS_BRIGHTArray.<string>
-
-
static,constantepiviz.Config.COLORS_D3_CAT10Array.<string>
-
-
static,constantepiviz.Config.COLORS_D3_CAT20Array.<string>
-
-
static,constantepiviz.Config.COLORS_D3_CAT20BArray.<string>
-
-
static,constantepiviz.Config.COLORS_D3_CAT20CArray.<string>
-
-
static,constantepiviz.Config.COLORS_LIGHTArray.<string>
-
-
static,constantepiviz.Config.COLORS_MEDIUMArray.<string>
-
-
static,constantepiviz.Config.DEFAULT_DATA_PROVIDER_IDstring
-
-
static,constantepiviz.Config.DEFAULT_WORKSPACE_NAMEstring
-
-
static,constantepiviz.Config.EPIVIZ_V1_COLORSArray.<string>
-
-
staticepiviz.Config.SETTINGS
Overrides the default configuration settings for EpiViz
. -
Overrides the default configuration settings for EpiViz
-
staticepiviz.Config.SETTINGS
Overrides the default configuration settings for EpiViz
. -
Overrides the default configuration settings for EpiViz
-
staticepiviz.Config.SETTINGS*
A map of settings that are used as input for the EpiViz configuration
. -
A map of settings that are used as input for the EpiViz configuration
-
staticepiviz.Config.VisualizationPropertySettingsstring
-
Properties:
Name Type Default Description WIDTH
string width HEIGHT
string height MARGINS
string margins COLORS
string colors DECORATIONS
string decorations -
cacheUpdateIntervalMillisecondsnumber
The time interval used by the cache to clear away unneeded loaded data
. -
The time interval used by the cache to clear away unneeded loaded data
-
chartCustomSettingsObject.<string, Object.<string, *>>
A map of chart type and settings specific to that particular chart type Example: this.chartCustomSettings = { 'epiviz.plugins.charts.LineTrack': { maxPoints: 1000 } }
. -
A map of chart type and settings specific to that particular chart type Example: this.chartCustomSettings = { 'epiviz.plugins.charts.LineTrack': { maxPoints: 1000 } }
-
chartSaverLocationstring
The path of the php script that handles chart saving, relative to dataServerLocation
. -
The path of the php script that handles chart saving, relative to dataServerLocation
-
chartSettingsObject.<(epiviz.ui.charts.VisualizationType.DisplayType|string), Object.<epiviz.Config.VisualizationPropertySettings, *>>
-
-
chartTypesArray.<string>
-
-
clusteringObject
-
-
colorPalettesArray.<epiviz.ui.charts.ColorPalette>
-
-
colorPalettesMapObject.<string, epiviz.ui.charts.ColorPalette>
-
-
dataProvidersArray.<string>
An array of strings in the following format: [typename],[arguments], where typename is the name of a type that extends DataProvider, and arguments is a list of arguments used for constructing the data provider, separated by comma.
-
An array of strings in the following format: [typename],[arguments], where typename is the name of a type that extends DataProvider, and arguments is a list of arguments used for constructing the data provider, separated by comma.
-
dataServerLocationstring
The server storing all the back-end PHP scripts
. -
The server storing all the back-end PHP scripts
-
defaultWorkspaceSettingsObject
-
-
maxSearchResultsnumber
The maximum number of search results to show in the gene search box
. -
The maximum number of search results to show in the gene search box
-
navigationDelaynumber
The delay in milliseconds between a user command and the command being propagated to the data layer
. -
The delay in milliseconds between a user command and the command being propagated to the data layer
-
navigationStepRationumber
A number between 0 and 1
. -
A number between 0 and 1
-
useCacheboolean
-
-
useCookiestring
-
-
workspacesDataProviderstring
-
-
zoominRationumber
A number between 0 and 1
. -
A number between 0 and 1
-
zoomoutRationumber
A number greater than 1
. -
A number greater than 1