Trees : General parameters in trees

# treeClickDisable
Flag to disable clicking in tree plots
Type: boolean
Default: false
Used in: Tree

treeClickDisable : false

treeClickDisable : true


# treeInverted
Flag to plot the tree inverted
Type: boolean
Default: false
Used in: Tree

treeInverted : false

treeInverted : true


# treeLabelAlign
Alignment for labels the tree diagrams
Type: string
Default: center
Options: left, center, right
Used in: Tree

treeLabelAlign : "center"

treeLabelAlign : "left"

treeLabelAlign : "right"


# treeLinkColor
Color for the tree lines (links)
Type: color
Default: rgba(204,204,204,0.66)
Used in: Tree

treeLinkColor : "red"

treeLinkColor : "green"


# treeLinkWidth
Width for the Tree lines
Type: integer
Default: 1
Used in: Tree

treeLinkWidth : 1

treeLinkWidth : 3


# treeNodeOutlineColor
Color for the tree node outline
Type: color
Default: #0ab0db
Used in: Tree

treeNodeOutlineColor : "purple"

treeNodeOutlineColor : "orange"


# treeNodeSizeScaleFactor
Scale factor to adjust the size of tree nodes
Type: float
Default: 1
Used in: Tree

treeNodeSizeScaleFactor : 1

treeNodeSizeScaleFactor : 2


# treeType
Type of tree layout
Type: string
Default: normal
Options: bracket, circular, normal
Used in: Tree

treeType : "normal"

treeType : "circular"