Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 08f5bd0

Browse files
committed
describe a bit about annotations
1 parent 7e76bcd commit 08f5bd0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

_includes/reference-block.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,11 @@
111111

112112
{% if obj[1].items %}
113113
<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.
117+
{% endunless %}
118+
{% endif %}
114119
{% endif %}
115120

116121
{% if obj[1].role == "object" %}

0 commit comments

Comments
 (0)