Skip to content

Documentation / @ripl/charts / ArcDiagramNodeEvent

Interface: ArcDiagramNodeEvent<TData> ​

Defined in: charts/src/charts/arc-diagram.ts:130

Payload emitted for arc diagram node interaction events.

Type Parameters ​

Type ParameterDefault type
TDataunknown

Properties ​

PropertyTypeDescriptionDefined in
data?TDataThe datum from the source ArcDiagramNode, if one was provided.charts/src/charts/arc-diagram.ts:140
idstringThe id of the interacted node.charts/src/charts/arc-diagram.ts:136
labelstringThe label of the interacted node.charts/src/charts/arc-diagram.ts:138
xnumberThe x coordinate (in chart pixels) of the node.charts/src/charts/arc-diagram.ts:132
ynumberThe y coordinate (in chart pixels) of the node.charts/src/charts/arc-diagram.ts:134