series[type=' organization']
- type required
'organization' - Configuration for the Organization Series.
- expander
AgOrganizationSeriesOptionsExpander - node
AgOrganizationSeriesOptionsNode - id
stringdefault: auto-generated value - Primary identifier for the series. This is provided as `seriesId` in user callbacks to differentiate multiple series. Auto-generated ids are subject to future change without warning, if your callbacks need to vary behaviour by series please supply your own unique `id` value.
- context
ContextDefault - Context object to use in callbacks.
- data
DatumDefault[] - The data to use when rendering the series. If this is not supplied, data must be set on the chart instead.
- visible
boolean - Whether to display the series.
- cursor
string - The cursor to use for hovered markers. This config is identical to the CSS `cursor` property.
- highlight
AgHighlightOptions - Configuration for highlighting when a series or legend item is hovered over.
- nodeClickRange
InteractionRange - Range from a node that a click triggers the listener.
- showInLegend
boolean - Whether to include the series in the legend.
- listeners
AgSeriesListeners - A map of event names to event listeners.
- idKey
stringdefault: 'id' - The key of the data field containing the unique node identifier.
- parentIdKey
stringdefault: 'parentId' - The key of the data field containing the parent node identifier. The root node should have a `null` value for this field.
- direction
AgOrganizationSeriesDirection - The direction child nodes are arranged relative to their parent. Sibling nodes are arranged along the perpendicular axis. Default: 'vertical'
- reverse
boolean - Whether the direction should be reversed. Default: false
- link
AgOrganizationSeriesOptionsLink - tooltip
AgSeriesTooltip - Series-specific tooltip configuration.
- selection
AgSelectionOptions - Configuration for data selection.
- depthSpacing
PixelSizedefault: 52 - Gap in pixels between parent and child nodes.
- innerSpacing
PixelSizedefault: 20 - Gap in pixels between sibling nodes (nodes that share the same parent).
- outerSpacing
PixelSizedefault: 40 - Gap in pixels between adjacent nodes whose immediate parents differ (cousins). The layout uses `outerSpacing` for these cross-subtree gaps and `innerSpacing` for gaps between nodes that share the same parent.
series[type=' organization']
- type required
'organization' - Configuration for the Organization Series.
- expander
AgOrganizationSeriesOptionsExpander - node
AgOrganizationSeriesOptionsNode - id
stringdefault: auto-generated value - Primary identifier for the series. This is provided as `seriesId` in user callbacks to differentiate multiple series. Auto-generated ids are subject to future change without warning, if your callbacks need to vary behaviour by series please supply your own unique `id` value.
- context
ContextDefault - Context object to use in callbacks.
- data
DatumDefault[] - The data to use when rendering the series. If this is not supplied, data must be set on the chart instead.
- visible
boolean - Whether to display the series.
- cursor
string - The cursor to use for hovered markers. This config is identical to the CSS `cursor` property.
- highlight
AgHighlightOptions - Configuration for highlighting when a series or legend item is hovered over.
- nodeClickRange
InteractionRange - Range from a node that a click triggers the listener.
- showInLegend
boolean - Whether to include the series in the legend.
- listeners
AgSeriesListeners - A map of event names to event listeners.
- idKey
stringdefault: 'id' - The key of the data field containing the unique node identifier.
- parentIdKey
stringdefault: 'parentId' - The key of the data field containing the parent node identifier. The root node should have a `null` value for this field.
- direction
AgOrganizationSeriesDirection - The direction child nodes are arranged relative to their parent. Sibling nodes are arranged along the perpendicular axis. Default: 'vertical'
- reverse
boolean - Whether the direction should be reversed. Default: false
- link
AgOrganizationSeriesOptionsLink - tooltip
AgSeriesTooltip - Series-specific tooltip configuration.
- selection
AgSelectionOptions - Configuration for data selection.
- depthSpacing
PixelSizedefault: 52 - Gap in pixels between parent and child nodes.
- innerSpacing
PixelSizedefault: 20 - Gap in pixels between sibling nodes (nodes that share the same parent).
- outerSpacing
PixelSizedefault: 40 - Gap in pixels between adjacent nodes whose immediate parents differ (cousins). The layout uses `outerSpacing` for these cross-subtree gaps and `innerSpacing` for gaps between nodes that share the same parent.