Methods
netGobrechtsD3Force(domContainerIdopt, optionsopt, apexPluginIdopt, apexPageItemsToSubmitopt) → {Object}
This is the global function which encapsulates all variables and methods. All
parameters are optional.
The shortest possible way to get up and running a graph with the shipped sample data:
example = netGobrechtsD3Force().render();
You can then interact with the graph API like so:
example.width(800);
- Source:
- See:
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
domContainerId |
string
|
<optional> |
The DOM container, where the graph should be rendered |
options |
Object
|
<optional> |
The configuration object to configure the graph |
apexPluginId |
string
|
<optional> |
APEX plugin only: The plugin identifier for the AJAX calls |
apexPageItemsToSubmit |
string
|
<optional> |
APEX plugin only: Page items to submit before an AJAX call |
Returns:
- Type:
-
Object
The public graph API function to allow method chaining