Constructor
new ve.DatavisSuite()
Extends
Classes
Members
v :Object
Returns the current DatavisSuite value as a JSON-compatible object.
- Accessor of: ve.DatavisSuite
Type:
v :Object
Sets the current DatavisSuite value from a JSON-compatible object.
- Accessor of: ve.DatavisSuite
Type:
from_binding
Internal .from_binding setter for handling .options.from_binding. Accepts a string literal that is then parsed to a variable reference.
.to_binding counterparts are manually handled child-side.
- Accessor of: ve.Component
- Overrides:
- Source:
limit
Tests the current this.limit by calling this.limit_function(this.v, this). Otherwise resolves to true if no .options.limit is set.
- Accessor of: ve.Component
- Overrides:
- Source:
name
Returns the visual name of the present ve.Component,
- Accessor of: ve.Component
- Overrides:
- Source:
Methods
drawEditGraph()
Refreshes the edit graph window.
- Method of: ve.DatavisSuite
drawEditSeriesHierarchy() → {ve.Hierarchy}
Refreshes the edit series window.
- Method of: ve.DatavisSuite
Returns:
- Type:
-
ve.Hierarchy
drawGraphs(arg0_resize_onlyopt)
Draws graphs and attempts to update them.
- Method of: ve.DatavisSuite
Parameters:
| Name | Type | Attributes | Default | Description |
|---|---|---|---|---|
arg0_resize_only |
boolean
|
<optional> |
false |
getAllSeriesNames() → {Object}
Returns an Object of current series names.
- Method of: ve.DatavisSuite
Returns:
- Type:
-
Object
getSeriesData(arg0_series_id) → {Array.<Array.<Object>>}
Returns series data as a 2D array of objects.
- Method of: ve.DatavisSuite
Parameters:
| Name | Type | Description |
|---|---|---|
arg0_series_id |
string
|
getSeriesName(arg0_series_obj) → {string}
Returns the series name from a given series object.
- Method of: ve.DatavisSuite
Parameters:
| Name | Type | Description |
|---|---|---|
arg0_series_obj |
Object
|
Returns:
- Type:
-
string
openEditGraph()
Opens the edit graph window.
- Method of: ve.DatavisSuite
openEditSeries(arg0_series_obj)
Opens the edit series window.
- Method of: ve.DatavisSuite
Parameters:
| Name | Type | Description |
|---|---|---|
arg0_series_obj |
openEditSeriesHierarchy()
Opens the edit series hierarchy window.
- Method of: ve.DatavisSuite
openScriptManager()
Opens the ve.ScriptManager widow for visual macro scripting.
- Method of: ve.DatavisSuite
redraw()
Redraws the current ve.DatavisSuite component.
- Method of: ve.DatavisSuite
addComponent()
Adds the current component to this.parent_el should it exist.
- Method of: ve.Component
- Overrides:
- Source:
bind(arg0_container_el)
Manually binds/mounts the present ve.Component into the visual DOM.
- Method of: ve.Component
- Overrides:
- Source:
Parameters:
| Name | Type | Description |
|---|---|---|
arg0_container_el |
HTMLElement
|
fireFromBinding()
Pseudo-setter from binding. Fires only upon program-driven changes to .v directly, which means that this has to be monitored manually component-side in set v(). This should always come last in set v().
- Method of: ve.Component
- Overrides:
- Source:
fireToBinding()
Pseudo-setter to binding. Fires only upon user-driven changes, which means that this has to be monitored manually component-side.
- Method of: ve.Component
- Overrides:
- Source:
removeComponent()
Removes the current component from this.parent_el should it exist.
- Method of: ve.Component
- Overrides:
- Source:
setOwner(arg0_value, arg1_owner_array)
Sets the root parent and ownership tree. Influences this.parent_el, this.owner, this.owners.
- Method of: ve.Component
- Overrides:
- Source:
Parameters:
| Name | Type | Description |
|---|---|---|
arg0_value |
||
arg1_owner_array |
setValueFromObject(arg0_object, arg1_object)
Destructures Object values and transfers them into the .v instance fields of each Vercengen component.
- Method of: ve.Component
- Overrides:
- Source:
Parameters:
| Name | Type | Description |
|---|---|---|
arg0_object |
Object
|
The Vercengen object to transfer to. |
arg1_object |
Object
|
The other object to transfer from. |