Skip to main content

Ellipse

Mandatory properties

The following properties are available in addition to the common label object properties.

PropertyTypeDescription
typestringMust be Ellipse.
widthnumberWidth of the ellipse.
heightnumberHeight of the ellipse.

Optional properties

PropertyTypeDescription
borderWidthnumberBorder line width.
borderColorstringBorder line color. May contain dynamic text.
fillColorstringFill color. May contain dynamic text.
innerBorderbooleanIf true, the border is drawn inside the ellipse boundary (does not increase the overall size). Default is false.

Example

{
"type": "Ellipse",
"x": 10.0,
"y": 10.0,
"width": 40.0,
"height": 20.0,
"fillColor": "black"
}