Link Rendering
Each node in the graph (that has links), will also be connected to other nodes via links. Here, you can find how you can customize the width of these links, and the arrows that can be rendered on them.
Link Width
The linkWidth
determines the width of the links between nodes. The higher the value, the thicker the links.
Link Hover Width
The linkHoverWidth
determines the width of the links between nodes when hovered over. The higher the value, the thicker the links.
Arrow Rendering
The renderArrows
option toggles the rendering of arrows on the edges of the graph. When arrows are rendered, they indicate which way the link is pointing.
Arrow Size
The arrowSize
determines the size of the arrows on the links between nodes. The higher the value, the larger the arrows.
Arrows between links are only rendered if the renderArrows
option is enabled.
Arrow Angle
The arrowAngle
determines the ‘pointiness’ of the arrows on the links between nodes. The higher the value, the more pointed the arrows.
Arrows between links are only rendered if the renderArrows
option is enabled.