Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


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:


Image Removed Image Added

Sample JSONs:


Code Block
languageactionscript3
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"
}

...