Connections.endCap
configurationThe connection end cap configuration or type name.
connections.endCap
String|ObjectThe anchor point of the arrow marker. This is the point where the marker will be positioned relative to the line. Applies when the type is "ArrowEnd" or "ArrowStart".
connections.endCap.fill
String|ObjectThe connection end cap fill options or color.
connections.endCap.path
StringThe SVG path data for the arrow marker. Applies when the type is "ArrowEnd" or "ArrowStart".
The radius of the filled circle marker. Applies when the type is "FilledCircle".
Default: 4
connections.endCap.stroke
String|ObjectThe connection end cap stroke options or color.
connections.endCap.type
StringThe connection end cap type.
The supported values are:
- "none": no cap
- "ArrowEnd": a filled arrow
- "FilledCircle": a filled circle
You can also use "ArrowStart" for the endCap but its direction will be inversed.
Default: "none"