ZoomCharts Documentation
Version: 1.21.1 (2024-11-08)
NetChart.settings.interaction.selection
This section is defined by the type NetChartSettingsInteractionSelection.
Select node to expand it or getting path.
Properties
allowMoveNodesOffscreen: boolean
Default value: true
Inherited from: ItemsChartSettingsInteractionSelection
Whether to move nodes outside of screen area.
dragSelect: boolean
Default value: true
Introduced in version 1.16.0.
Enable/disable rectangular dragging selection. This has no effect if enabled=false
.
dragSelectClearsSelection: boolean
Default value: true
Whether drag select clears existing selection first
enabled: boolean
Default value: true
Inherited from: ItemsChartSettingsInteractionSelection
Enable/disable selection.
linksSelectable: boolean
Default value: true
Inherited from: ItemsChartSettingsInteractionSelection
Whether to set links selectable.
lockNodesOnMove: boolean
Default value: true
Inherited from: ItemsChartSettingsInteractionSelection
Whether to retain nodes location after being moved by the user.
nodesSelectable: boolean
Default value: true
Inherited from: ItemsChartSettingsInteractionSelection
Whether to set nodes selectable.
tolerance: number
Default value: 10
Inherited from: ItemsChartSettingsInteractionSelection
Max click distance from object that still counts as click on the object.