Drawing Points
Props
Name | Type | Default | Description |
---|---|---|---|
position | PossibleVector2 | [0,0] | The position of the point. |
stroke | string | #000 | The stroke of the point and label (if applicable). |
label | string | none | The label of the point. |
label-position | "left"|"right"|"top"|"bottom" | bottom | The position of the label relative to the point. |
filled | boolean | true | Whether the point should be filled. |
radius | number | 4 | The radius of the point in pixels. |
line-width | number | 1.5 | The width of the point's outline. Only applicable if filled is set to false . |