Network Graphs : General parameters used in networks

# calculateLayout

Flag to force or not to calculate the network layout
Type: boolean
Default: true
Used in: Network

# edgeColor

Color for the edges
Type: color
Default: rgb(0,0,0)
Used in: Network

# edgeSeparationFactor

Factor to adjust the separation between the edge and the node in the networks
Type: float
Default: 1
Used in: Network

# highlightNode

Name of nodes in the data.nodes object to highlight
Type: array
Default: []
Used in: Network

# ignoreEventlessOrder

Flag to render all nodes at one time rather that rendering first the eventless nodes and then the non-eventless nodes
Type: boolean
Default: false
Used in: Network

# is3DNetwork

Flag to create or not a 3D network
Type: boolean
Default: false
Used in: Network

# isNetworkMetrics

Flag to calculate all network metrics: betweenness, closeness, eccentricity and degree
Type: boolean
Default: false
Used in: Network

# labelNodePosition

Default position for the node label
Type: string
Default: auto
Options: auto, center, top, right, bottom, left
Used in: Network

# moveParentsWithChildren

Flag to make parents move when a child is moved
Type: boolean
Default: false
Used in: Network

# networkFreeze

Flag to prevent autoscaling for the network layout. Useful when images are part of the network
Type: boolean
Default: false
Used in: Network

# networkFreezeOnLoad

Flag to prevent autoscaling for the network layout after loading. Useful when images are part of the network
Type: boolean
Default: false
Used in: Network

# networkLayoutType

Type of network layout
Type: string
Default: forceDirected
Options: forceDirected, circular, radial, cola
Used in: Network

# networkMaxIterations

Number of iterations to separate subnetworks
Type: integer
Default: 15
Used in: Network

# networkNodesOnTop

Order to use when drawing the nodes and edges in the networks. Useful for very populated netwrok graphs. When is set to true all the edges will be in the background
Type: boolean
Default: true
Used in: Network

# networkProgressBarPosition

Position for the progress bar
Type: string
Default: bottom
Options: none, bottom, center, top
Used in: Network

# networkRoot

Node Id of the network root
Type: string
Default: false
Used in: Network

# networkVendor

Network vendor
Type: string
Default: false
Used in: Network

# nodeAlign

Align for the node
Type: string
Default: center
Options: left, center, right
Used in: Network

# nodeBaseline

Baseline for the node
Type: string
Default: middle
Options: top, middle, bottom
Used in: Network

# nodeColor

Color for the nodes
Type: color
Default: rgb(245,245,245)
Used in: Network

# nodeColor

Color for the nodes
Type: color
Default: rgb(245,245,245)
Used in: Network

# nodeFontSize

Font size for the text in node. Be aware that auto scaling font must be turned off for this property to take effect. A more convenient way to modify the size is to use the nodeScaleFontFactor
Type: integer
Default: 12
Used in: Network

# nodeFontStyle

Font style for the node
Type: string
Default:
Options: , bold, italic, bold italic
Used in: Network

# nodeHighlightColor

Color for the highlighted nodes
Type: color
Default: rgb(255,0,0)
Used in: Network

# nodeMargin

Margin used in node
Type: float
Default: 8
Used in: Network

# nodeRotate

Rotation in degrees for the node
Type: integer
Default:
Used in: Network

# nodeScaleFontFactor

Scaling factor used to increase or decrease the node font size in the canvas
Type: float
Default: 1
Used in: Network

# nodeSizeScaleFactor

Scaling factor for increasing size of all nodes in the network
Type: float
Default: 1
Used in: Network

# preScaleNetwork

Flag to prescale or not the network. This is an aesthetic parameter to make the graph look nicer... Sometimes..
Type: boolean
Default: false
Used in: Network

# showNetworkRadialLayout

Flag to show/hide the radial layout wire
Type: boolean
Default: false
Used in: Network

# showNodeNameSizeThreshold

Thereshold used to set the limit to hide or display the name of nodes in a network based on the size of the node. If the number of node size exceed this thereshold then the name will be shown
Type: integer
Default: 20
Used in: Network

# showNodeNameThreshold

Thereshold used to set the limit to hide or display the name of nodes in a network. If the number of nodes exceed this thereshold then the name will not be shown
Type: integer
Default: 50
Used in: Network