AnnotationLayer
Type of annotation layer
Possible values: [FORMULA, INTERVAL, EVENT, TIME_SERIES]
Layer color
Columns to use as the description. If none are provided, all will be shown.
Should line be hidden. Only applies to line annotations
Column containing end of interval. Only applies to interval layers
Name of layer
Opacity of layer
Possible values: [``, opacityLow, opacityMedium, opacityHigh]
overrides objectnullable
which properties should be overridable
Should the layer be shown
Should the label always be shown
Should markers be shown. Only applies to line annotations.
Type of source for annotation data
Possible values: [``, line, NATIVE, table]
Line style. Only applies to time-series annotations
Possible values: [dashed, dotted, solid, longDashed]
Column with event date or interval start date
Column with title
For formula annotations, this contains the formula. For other types, this is the primary key of the source object.
Width of annotation line
Possible values: >= 0
{
"annotationType": "FORMULA",
"color": "string",
"descriptionColumns": [
"string"
],
"hideLine": true,
"intervalEndColumn": "string",
"name": "string",
"opacity": "",
"overrides": {},
"show": true,
"showLabel": true,
"showMarkers": true,
"sourceType": "",
"style": "dashed",
"timeColumn": "string",
"titleColumn": "string",
"width": 0
}