sgvizler.visualization.D3ForceGraph Class
Constructor
sgvizler.visualization.D3ForceGraph
(
-
container
Parameters:
-
containerObjectThe 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:
-
datagoogle.visualization.DataTable -
[chartOptions]Object optional
fireListener
(
public
-
name
Fires (runs, executes) all functions registered
on the listener name.
See addListener.
Parameters:
-
nameStringThe name of the listener.
