AG Studio: Build dashboards using native components in web apps. Join us for a webinar on 28th July at 2pm UTC+1 Register

series[type=' organization']

type required 'organization'
Configuration for the Organization Series.
expander AgOrganizationSeriesOptionsExpander
node AgOrganizationSeriesOptionsNode
id string default: 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 string default: 'id'
The key of the data field containing the unique node identifier.
parentIdKey string default: '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
tooltip AgSeriesTooltip
Series-specific tooltip configuration.
selection AgSelectionOptions
Configuration for data selection.
depthSpacing PixelSize default: 52
Gap in pixels between parent and child nodes.
innerSpacing PixelSize default: 20
Gap in pixels between sibling nodes (nodes that share the same parent).
outerSpacing PixelSize default: 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.