GraphRenderer.setData method
GraphRenderer › setData
Unofficial
Set the graph data (nodes and links) to render.Signature:
setData(data: GraphData): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| data | GraphData | The graph data containing nodes and links. |
Returns: void