...
Annotations can be represented as Text or Images in combination with shapes such as arc, circle, rectangle, and line. A sample JSON to display a text with a circle is as follows:
Sample JSONs:
Code Block | ||
---|---|---|
| ||
To print text: { "type": "text", "textcolor": "#AED6F1", "textbgcolor": "#A9E96C", "text": "pre-profit", "labelAlign": "top", "value": "80,000", "hposition": "right", "vposition": "bottom", "fontsize": "20", "wrapText": true, "id": "tt2" } |
...