Property 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
$#!
 _parent, Tree.Node
A
 adjacencies, Graph.Node
 allow, Config
 allowVariableNodeDiameters, Config
 alpha
 angle span, Graph.Node
 animationTime, Config
C
 Color, Config
 controller, Config
D
 data
 drawMainCircle, Config
 drawn
E
 endAlpha
 endPos
 exist, Tree.Node
F
 fps, Config
H
 height, Config
I
 id, Graph.Node
 interpolation, Config
L
 Label, Config
 labelContainer
 labels, GraphPlot
 labelsHidden, GraphPlot
 levelDistance, Config
 levelsToShow, Config
M
 maxColorValue, Config
 maxValue, Config
 minColorValue, Config
 minValue, Config
 mode, Config
N
 name, Graph.Node
 Node, Config
 nodeDiameters, Config
 nodeFrom, Graph.Adjacence
 nodeRadius, Config
 nodeRangeDiameters, Config
 nodeRangeValues, Config
 nodes, Graph
 nodeTo, Graph.Adjacence
O
 offset, Config
 offsetBase, Config
 offsetHeight, Config
 offsetWidth, Config
 orientation, Config
P
 pos
R
 realHeight, Config
 realWidth, Config
 rootId, Config
S
 selected, Tree.Node
 showSubtree, Config
 startAlpha
 startPos
T
 tips, Config
 titleHeight, Config
 transformNodes, Config
 tree, Config
W
 width, Config
Node parent.
node adjacencies
Set this to true if you want to add color to the nodes.
Set this to true if you want your node diameters to be proportional to you first dataset object value property (i.e data[0].value).
node alpha
node alpha
not being used by the moment.
allowed angle span for adjacencies placement
Time of the animation
Configuration object to add some color to the leaves.
A treemap controller http://blog.thejit.org/?p=8
A dataset object
The dataSet object http://blog.thejit.org/?p=7
show/hide main circle
Node flag
sets the node as visible or not.
node end alpha
node end alpha
not being used by the moment.
node to position
node to position
treats the node as if it existed or not (somewhat similar to CSS display:none)
animation frames per second
Label height (offset included)
A node’s id
Configuration object to customize labels size and offset.
id for label container
Label DOM element
Label DOM elements hash.
A flag value indicating if node labels are being displayed or not.
The actual distance between levels
Depth of the plotted tree.
The color to be applied when displaying a max value (RGB format).
We need to know the maximum value of the property which will be taken in account to color the leaves.
The color to be applied when displaying a min value (RGB format).
We need to know the minimum value of the property which will be taken in account to color the leaves.
A node’s name
Configuration object to customize node styles.
Diameters range.
One of the two Graph.Nodes connected by this edge.
The radius of the nodes displayed
Diameters range.
The interval of the values of the first object of your dataSet array.
graph nodes
One of the two Graph.Nodes connected by this edge.
Offset distance between nodes.
Separation offset between nodes.
Used on the currently expanded subtree.
Used on the currently expanded subtree.
Sets the orientation layout.
node position
Node position
Label realHeight (offset excluded)
Label realWidth (offset excluded)
The id of the main container box.
sets the node as selected.
The displayed JSON subtree.
node start alpha
node start alpha
not being used by the moment.
node from position
node from position
initial layout orientation “v” or “h” for vertical/horizontal.
The height of the title.
Apply the moebius transformation to the nodes.
The JSON tree.
Label width (offset included)
Close