Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
M
 map, $jit.util
 merge, $jit.util
 morph, Graph.Op
 move, Hypertree
N
 NodeHelper
 NodeHelper.circle
 NodeHelper.ellipse
 NodeHelper.rectangle
 NodeHelper.square
 NodeHelper.star
 NodeHelper.triangle
 norm, Complex
O
 onClick
 Options.AreaChart
 Options.AreaChart.js
 Options.BarChart
 Options.BarChart.js
 Options.Canvas
 Options.Canvas.js
 Options.Controller
 Options.Controller.js
 Options.Edge
 Options.Edge.js
 Options.Events
 Options.Events.js
 Options.Fx
 Options.Fx.js
 Options.Label
 Options.Label.js
 Options.Margin
 Options.Margin.js
 Options.Navigation
 Options.Navigation.js
 Options.Node
 Options.Node.js
 Options.NodeStyles
 Options.NodeStyles.js
 Options.PieChart
 Options.PieChart.js
 Options.Tips
 Options.Tips.js
 Options.Tree
 Options.Tree.js
 out
P
 PieChart
 PieChart.js
 plot
 plotLabel
 plotLine, Graph.Plot
 plotNode, Graph.Plot
 Polar
 Polar.js
 prod, Complex
 prune, $jit.json
R
 reduce, $jit.util
 refresh
 removeAdjacence, Graph
 removeCanvasStyle, Accessors
 removeData, Accessors
 removeEdge, Graph.Op
 removeLabelData, Accessors
 removeNode
 removeSubtree, ST
 render
 resize, Canvas
 restore, AreaChart
 rgbToHex, $jit.util
 RGraph
 RGraph.js
 RGraph.Label
 RGraph.Op
 RGraph.Plot
 RGraph.Plot.EdgeTypes
 RGraph.Plot.NodeTypes
 rotate, Sunburst
 rotateAngle, Sunburst
$.map = function(array,
f)
Maps or collects an array by applying f.
$.merge = function()
Merges n-objects and their sub-objects creating a new, fresh object.
morph: function(json,
opt,
extraModes)
This method will transform the current visualized graph into the new JSON representation passed in the method.
move: function(pos,
opt)
Translates the tree to the given position.
Contains rendering and other type of primitives for simple shapes.
norm: function ()
Calculates a Complex number norm.
onClick: function(id,
opt)
Animates the Hypertree to center the node specified by id.
onClick: function(id,
opt)
Animates the RGraph to center the node specified by id.
onClick: function (id,
options)
Animates the ST to center the node specified by id.
AreaChart options.
BarChart options.
These are Canvas general options, like where to append it in the DOM, its dimensions, background, and other more advanced options.
Provides controller methods.
Provides Edge rendering options for Tree and Graph based visualizations.
Configuration for adding mouse/touch event handlers to Nodes.
Provides animation options like duration of the animations, frames per second and animation transitions.
Provides styling for Labels such as font size, family, etc.
Canvas drawing margins.
Panning and zooming options for Graph/Tree based visualizations.
Provides Node rendering options for Tree and Graph based visualizations.
Apply different styles when a node is hovered or selected.
PieChart options.
Tips options
Options related to (strict) Tree layout algorithms.
out: function()
Sets the parent node of the current selected node as root.
out: function()
Sets the parent node of the current selected node as root.
A visualization that displays stacked bar charts.
plot: function()
Plots the ForceDirected graph.
plot: function(opt,
animating)
Plots a Graph.
plot: function()
Plots the Hypertree.
plot: function()
Plots the Icicle visualization.
plot: function()
Plots the RGraph.
plot: function()
Plots the ST.
plot: function()
Plots the Sunburst.
plot: function()
Plots the TreeMap.
plotLabel: function(canvas,
node,
controller)
Plots a label for a given node.
plotLabel: function(canvas,
node,
controller)
Plots a label for a given node.
plotLabel: function(canvas,
node,
controller)
Plots a label for a given node.
plotLine: function(adj,
canvas,
animating)
Plots a Graph.Adjacence.
plotNode: function(node,
canvas,
animating)
Plots a Graph.Node.
A multi purpose polar representation.
Defines the Polar class.
prod: function(pos)
Returns the result of multiplying two Complex numbers.
prune: function(tree,
maxLevel)
Clears all tree nodes having depth greater than maxLevel.
$.reduce = function(array,
f,
opt)
Iteratively applies the binary function f storing the result in an accumulator.
refresh: function()
Computes positions and plots the tree.
refresh: function(reposition)
Computes positions and plots the tree.
refresh: function()
Computes positions and plots the tree.
refresh: function()
Computes positions and plots the tree.
refresh: function()
Computes positions and plots the tree.
refresh: function()
Computes positions and plots the tree.
refresh: function()
Computes positions and plots the tree.
removeAdjacence: function(id1,
id2)
Removes a Graph.Adjacence matching id1 and id2.
removeCanvasStyle: function()
Remove canvas style properties from data.
removeData: function()
Remove data properties.
removeEdge: function(vertex,
opt)
Removes one or more Graph.Adjacences from the visualization.
removeLabelData: function()
Remove label properties from data.
removeNode: function(id)
Removes a Graph.Node matching the specified id.
removeNode: function(node,
opt)
Removes one or more Graph.Nodes from the visualization.
removeSubtree: function(id,
removeRoot,
method,
onComplete)
Removes a subtree.
'render': function(from,
to,
dim,
swap,
canvas)
Renders an arrow into the canvas.
'render': function(from,
to,
r,
canvas)
Renders a hyperline into the canvas.
'render': function(from,
to,
canvas)
Renders a line into the canvas.
'render': function(type,
pos,
radius,
canvas)
Renders a circle into the canvas.
'render': function(type,
pos,
width,
height,
canvas)
Renders an ellipse into the canvas.
'render': function(type,
pos,
width,
height,
canvas)
Renders a rectangle into the canvas.
'render': function(type,
pos,
dim,
canvas)
Renders a square into the canvas.
'render': function(type,
pos,
dim,
canvas)
Renders a star (concave decagon) into the canvas.
'render': function(type,
pos,
dim,
canvas)
Renders a triangle into the canvas.
resize: function(width,
height)
Resizes the canvas.
restore: function(callback)
Sets all stacks that could have been filtered visible.
$.rgbToHex = function(srcArray,
array)
Converts an RGB array into a Hex string.
A radial graph visualization with advanced animations.
Custom extension of Graph.Label.
Custom extension of Graph.Op.
Custom extension of Graph.Plot.
This class contains a list of Graph.Adjacence built-in types.
This class contains a list of Graph.Node built-in types.
rotate: function(node,
method,
opt)
Rotates the graph so that the selected node is horizontal on the right.
rotateAngle: function(theta,
method,
opt)
Rotates the graph of an angle theta.
Close