Skip to content

grafit-charts


Interface: SelectionOptions

Extends

Properties

boxSelect?

optional boxSelect?: boolean

Drag selection box (multiple mode only, disabled by default).


enabled?

optional enabled?: boolean

Inherited from

Switchable.enabled


inactiveOpacity?

optional inactiveOpacity?: number

Opacity of unselected nodes while a selection is active (0.45 by default).


itemStyle?

optional itemStyle?: SelectionItemStyle

Appearance of selected nodes.


mode?

optional mode?: "single" | "multiple"

single — each selection replaces the previous one; multiple — boxes and clicks accumulate the selection (clicking a node toggles it).