The fill color of the node.
Specifies whether drilling is enabled for the node. Drillable nodes will show a pointer cursor on hover and fire an ojDrill event on click (double click if selection is enabled). To enable drilling for all nodes at once, use the drilling attribute in the top level.
The label display behavior for group nodes.
An object defining the properties for the node header.
The id of the node. For the DataProvider case, the key for the node will be used as the id.
The label for this node.
The label display behavior for leaf nodes.
The horizontal alignment for labels displayed within the node.
The CSS style object defining the style of the label. The following style properties are supported: color, cursor, fontFamily, fontSize, fontStyle, fontWeight, textDecoration.
The vertical alignment for labels displayed within the node.
An array of objects with properties for the child nodes.
The pattern used to fill the node.
Specifies whether or not the node will be selectable.
The description of this element. Will be lazily created if a function is used. This is used for accessibility and also for customizing the tooltip text.
The CSS style class to apply to the node. The style class and inline style will override any other styling specified through the properties. For tooltip interactivity, it's recommended to also pass a representative color to the node color attribute.
The inline style to apply to the node. The style class and inline style will override any other styling specified through the properties. For tooltip interactivity, it's recommended to also pass a representative color to the node color attribute. Only SVG CSS style properties are supported.
Since 18.1.0. The svgStyle property is deprecated. This API is not recommended in Redwood theme. Use other customization APIs where appropriate.
The value of the node, which determines the relative size of the node.
Generated using TypeDoc
An optional array of category strings corresponding to this data item. This enables highlighting and filtering of individual data items through interactions with the legend and other visualization elements. The categories array of each node is required to be a superset of the categories array of its parent node. If not specified, the ids of the node and its ancestors will be used.