You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _includes/reference-block.html
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -111,6 +111,11 @@
111
111
112
112
{% if obj[1].items %}
113
113
<br>Each {% raw %}{object}{% endraw %} has one or more of the keys listed below.
114
+
{% if obj[0] == "annotations" %}
115
+
{% unless obj[1].description %}
116
+
<br>An annotation is a text element that can be placed anywhere in the plot. It can be positioned with respect to relative coordinates in the plot or with respect to the actual data coordinates of the graph. Annotations can be shown with or without an arrow.
0 commit comments