Skip to content

GraphRenderer.setData method

GraphRenderer › setData

Unofficial

Set the graph data (nodes and links) to render.

Signature:

setData(data: GraphData): void

Parameters:

ParameterTypeDescription
dataGraphDataThe graph data containing nodes and links.

Returns: void