@nebula.js/sn-org-chart:properties
Org chart generic object definition
Background
objectProperties
colorType experimental optional, default='colorPicker' 'auto' | 'colorPicker' | 'byExpression' | How the background color is defined |
color experimental optional | Color information structure. Holds the actual color and index in palette. |
colorExpression experimental optional | Format for using color expressions |
Border
objectProperties
top experimental optional, default=true boolean | Set to true to show thicker top border |
fullBorder experimental optional, default=true boolean | Set to true to show full border |
colorType experimental optional, default='auto' 'auto' | 'colorPicker' | 'byExpression' | How the border color is defined |
color experimental optional | Color information structure. Holds the actual color and index in palette. |
colorExpression experimental optional | Format for using color expressions |
ColorExpression
objectFormat for using color expressions
Properties
qStringExpression experimental | No description |
FontColor
objectProperties
colorType experimental optional, default='auto' 'auto' | 'colorPicker' | 'byExpression' | How the font color is defined |
color experimental optional | Color information structure. Holds the actual color and index in palette. |
colorExpression experimental optional | Format for using color expressions |
PaletteColor
objectColor information structure. Holds the actual color and index in palette.
Properties
color experimental optional string | Color as hex string (only used if index: -1) |
index experimental optional number | Index in palette |
properties.footnote
stringVisualization footnote
properties.resizeOnExpand
booleanResize and pan chart when a node's list of children is expanded
properties.showTitles
booleanShow title for the visualization
properties.style
StyleHolds styling options
Properties
fontColor experimental optional | Color of the text, by default #484848 |
backgroundColor experimental optional | Color of the background, by default #ffffff |
border experimental optional | Styling for border, by default #737373 |
properties.subtitle
stringVisualization subtitle
properties.title
stringVisualization title
Style
objectHolds styling options
Properties
fontColor experimental optional | Color of the text, by default #484848 |
backgroundColor experimental optional | Color of the background, by default #ffffff |
border experimental optional | Styling for border, by default #737373 |