Hierarchy

  • Nodes

Properties

borderColor: string

The border color of the node. Does not apply if custom image is specified.

borderWidth: number

The border width of the node in pixels. Does not apply if custom image is specified.

categories: string[]

An optional array of additional category strings corresponding to this data item. This enables highlighting and filtering of individual data items through interactions with other visualization elements. Defaults to node's id if unspecified.

color: string

The color of the node. Does not apply if custom image is specified.

column: string

The column id for this node.

groupCategory: string

The group category this node belongs to. Nodes with the same groupCategory will be grouped together.

icon: NodesIcon

Defines the primary icon for this node.

id: any

The node id. The node id should be set by the application if the DataProvider is not being used.

indicatorColor: string

The background color for the indicator section of this node.

indicatorIcon: NodesIndicatorIcon

Defines the indicator icon for this node.

label: string

The text for the node label.

row: string

The row id for this node.

secondaryLabel: string

The text for the secondary node label.

shortDesc: null | string

The description of this node. This is used for accessibility and also for customizing the tooltip text.

svgClassName: string

The CSS style class defining the style of this node.

svgStyle: object

The CSS style object defining the style of this node. Only SVG CSS style properties are supported. The default value comes from the CSS and varies based on theme.

xPercentage: number

An optional horizontal position (as a percentage) to be used in the average position calculation when grouping across cells.

yPercentage: number

An optional vertical position (as a percentage) to be used in the average position calculation when grouping across cells.

Generated using TypeDoc