Social

Design  

NameDefault valueDescription
Dot Colour#ffffffColour of nodes
Dot Minimum Size3Minimal size of nodes.
Dot Maximum Size20Maximum size of nodes.
Dot Stroke Colour#aaaaaaColour of stroke of nodes.
Dot Stroke Width1Width of stroke of nodes.
Show LabelYesDisplay the name of a node.
Label Threshold0.1Threshold for a label to be shown, based on relative weight (0-1) of a node. Lower threshold would mean more labels.
Label Colour#000000Colour of the label of a node.
Label Size12Size of the label of a node.
Label ConditionnoneName of the Condition that forces the display of the label of a node.
Show LineNoShow lines (edges) between nodes.
Line Colour#646464Colour of lines.
Line Minimum Width1.5Minimal size of lines. Applied/weighted independently to the incoming and outgoing line.
Line Maximum Width6Maximum width of lines. Applied/weighted independently to the incoming and outgoing line.
Show ArrowheadNoInclude arrowheads for lines.

Algorithm - Force  

NameDefault valueAccepted valuesDescription
Node Size InfluenceNoYes / NoNodes stop overlapping, as nodes repel each other at their drawn radius.
Node Weight Influence00 - 1Weight influence of a node adding to the force with which it repels the other nodes: 0 has every node repel equally, 1 has the heaviest node repel up to ten times as hard as the lightest.
Edge Weight Range800 - 200Additional length granted to the lightest edge, letting heavier edges hold their nodes closer together: 0 gives every edge the same initial length regardless of its weight.
Edge Weight Contrast00 - 1Increase edge power to hold on to its shorter initial length: raising it has the lighter edges give way and stretch out first, 0 has every edge resist equally.
Node GravityAuto-5000 - 0Force with which every node repels all others, which sets the space the network settles into: Auto dynamically derives it from the centre gravity, the edge length, and the size and density of the network. Larger connected networks settle around -40.
Network Friction0.20 - 1Share of its speed a node loses on every iteration: higher settles the network sooner and more calmly, lower lets it swing out further before it comes to rest.
Network Approximation0.80 - 5Set the coarseness a distant group of nodes is treated as a single node when the repulsion is calculated (Barnes-Hut): higher is faster and rougher, 0 calculates every pair of nodes exactly.
Center Gravity0.080 - 1Strength of the pull of every node towards the centre of the graph, keeping disconnected parts of the network from drifting off.

Algorithm - ForceAtlas2  

NameDefault valueAccepted valuesDescription
Node Size InfluenceNoYes / NoNodes stop overlapping, as nodes repel each other at their drawn radius.
Node Weight Influence0.50 - 1Weight influence of a node that counts towards its mass on top of its number of edges, making heavier nodes both repel harder and yield less: 0 leaves the mass to the number of edges alone, 1 has the heaviest node weigh up to ten times as much as the lightest.
Edge Weight Influence0.250 - 1Weight influence of an edge that counts towards the force with which it pulls its nodes together: 0 has every edge pull equally, 1 pulls in full proportion to the weight.
Strong Network GravityNoYes / NoHave the overall pull towards the centre keep its full strength at any distance instead of weakening, which directs the outlying nodes inside and compacts the network.
Lin-Log ModeNoYes / NoLet the pull along an edge grow logarithmically instead of linearly with distance, which tightens the clusters and widens the space between them.
Network GravityAuto-1 - 5Strength of the pull of every node towards the centre, set against the repulsion: higher packs the network together, a negative value pushes it apart.
ScalingAuto0.1 - 10Overall strength of the repulsion, and with it the room the network takes up: Auto spreads the smaller networks and holds in the larger ones.
Outbound AttractionAutoYes / NoSpread the pull a node exerts over its own edges, so that nodes with many edges stop dragging the rest of the network inwards: Auto enables it when a few nodes carry far more edges than the average.
Network ApproximationAuto0 - 5Set the coarseness a distant group of nodes is treated as a single node when the repulsion is calculated (Barnes-Hut): 0 calculates every pair of nodes exactly, Auto starts approximating from 1.000 nodes on.

Settings  

NameDefault valueDescription
DisplayVectorThe 'Vector' display mode uses SVG elements to display the visualisation. The 'Pixel' display mode uses a canvas to display the visualisation. When dealing with large amounts of data, the pixel display mode will give better performance.
Show Disconnected DotYesAllow disconnected dots to remain part of the visualisation. Set to 'No' to remove disconnected Dots from the visualisation.
Include Location ReferencesNoDisplay Location References as nodes
Background ColournoneBackground colour of the visualisation
Static LayoutNoDisplay static layouts
Static Layout IntervalnoneInterval in seconds between static layout renderings

Advanced  

Enter these settings in the input field as name:value, e.g. highlight_node_color:#f2ff00. Each setting should be entered on a single new line.

NameDefault valueAccepted valuesDescription
highlight_node_color#d92b2bhexadecimal color valueColour of hovering node.
highlight_node_connect_color#ff7070hexadecimal color valueColour of connected nodes to the hovering node.
highlight_link_colorrgba(255,0,0,0.4)hexadecimal/rgba color valueColour of connected lines to the hovering node.
node_icons_size15integer / weightSet the size of the Condition icons. Specify a specific size, or use 'weight' to make the icons size relative to the node size.
node_icons_offset4integerSet the position of the Condition icons relative to the node. Negative number to position above the node, positive for below, 0 to centre on the node.
node_icons_show_as_nodefalsetrue / falseUse the Condition icons as the actual node. This will fully override a node's visual representation.
label_scaletruetrue / falseScale node labels based on zoom level. This ensures equally scaling both node size and label size.
label_size_min8numberMinimum node label size when scaling.
label_size_max30numberMaximum node label size when scaling.
label_fontAutofont nameSet custom font name(s) used for the node labels. Fonts have to be available on the local client. Listing multiple fonts are separated with a comma.