ZoomCharts Documentation

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

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.

enabled: boolean
Default value: true

Enable/disable selection.

linksSelectable: boolean
Default value: true

Whether to set links selectable.

lockNodesOnMove: boolean
Default value: true

Whether to retain nodes location after being moved by the user.

nodesSelectable: boolean
Default value: true

Whether to set nodes selectable.

tolerance: number
Default value: 10

Max click distance from object that still counts as click on the object.

X