Data Shapes
The graph is made up of 2 basic data shape objects you can pass to the graph.
GraphNode- The sphere element-like object that represents an entity in the graphGraphEdge- The link between Nodes
GraphElementBaseAttributes
Base attributes shared by both GraphNode and GraphEdge.
GraphNode
Extends GraphElementBaseAttributes with the following:
GraphEdge
Extends GraphElementBaseAttributes with the following:
Last updated on