Skip to content

GraphRenderer.setData method

GraphRenderer › setData

Unofficial

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

Signature:

setData(data: GraphData): void

Parameters:

Parameter Type Description
data GraphData The graph data containing nodes and links.

Returns: void