-
Guide
Tags
API
What's new
tags
- Introduction
Objects
- Audio
- AudioPlus
- HyperText
- Image
- Paragraphs
- Text
- TimeSeries
Controls
- BrushLabels
- Choice
- Choices
- Ellipse
- EllipseLabels
- HyperTextLabels
- KeyPoint
- KeyPointLabels
- Label
- Labels
- List
- Pairwise
- ParagraphLabels
- Polygon
- PolygonLabels
- Ranker
- Rating
- Rectangle
- RectangleLabels
- Relation
- Relations
- Shortcut
- TextArea
- Taxonomy
- TimeSeriesLabels
- Filter
Visual
- Header
- Style
- Table
- View
Ellipse
Ellipse
Ellipse is used to add ellipse (elleptic Bounding Box) to an image
Parameters
Param | Type | Default | Description |
---|---|---|---|
name | string |
name of the element | |
toName | string |
name of the image to label | |
[opacity] | float |
0.6 |
opacity of ellipse |
[fillColor] | string |
rectangle fill color, default is transparent | |
[strokeColor] | string |
"#f48a42" |
stroke color |
[strokeWidth] | number |
1 |
width of the stroke |
[canRotate] | boolean |
true |
show or hide rotation handle |
Example
<View>
<Ellipse name="ellipse1-1" toName="img-1" />
<Image name="img-1" value="$img" />
</View>