sgvizler.visualization.D3ForceGraph Class
Constructor
sgvizler.visualization.D3ForceGraph
(
-
container
Parameters:
-
container
ObjectThe container element where the chart will be drawn.
Item Index
Methods
Methods
addListener
(
public
-
name
-
func
Add a function which is to be fired when the
listener named name
is fired.
See fireListener
Example:
addListener("ready", function () { console.log("Ready!") });
draw
(
public
-
data
-
[chartOptions]
Parameters:
-
data
google.visualization.DataTable -
[chartOptions]
Object optional
fireListener
(
public
-
name
Fires (runs, executes) all functions registered
on the listener name
.
See addListener
.
Parameters:
-
name
StringThe name of the listener.