create_line
Creates a standalone line between given points with customizable arrowheads, labels, and stroke properties for clear diagram connections.
Instructions
Create a standalone line between two points (not attached to shapes)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | No | ||
| points | Yes | Array of points the line passes through | |
| head_type | No | Arrow head/tail type: "FilledArrow", "Arrow", "DoubleArrow", "Bar", "FilledCircle", "Circle", "FilledDiamond", "Diamond", "Crowfoot", "StickArrow", or "" for none | |
| tail_type | No | ||
| stroke_color | No | ||
| stroke_thickness | No |