ZoomCharts Documentation
Version: 1.21.4 (2025-05-13)
Switch to Version 2.0 (BETA)
Switch to Version 2.0 (BETA)
Object structure
At runtime NetChart creates Node and Link objects for the visible nodes from the node data in the data source. These objects are available in various events in callbacks.
The following read-only fields are available. All other fields in the objects are considered internal and subject to change.
Node fields
id
- node iddata
- node data as received from data sourcelinks
- array of visible link objects connected to this nodedataLinks
- array of all link data connected to this node, may have some links not inlinks
x
,y
- node coordinateshovered
- true if node is under cursorfocused
- true if node is focus nodeselected
- true if node is selectedexpanded
- true if all node neighbours are shownloading
- true if data on node links is still loadinguserLock
- true if node has a fixed position
Link fields
id
- link iddata
- link data as received from data sourcefrom
- from node objectto
- to node objectselected
- if is selected, true of falsehovered
- true if link is under cursor