Steema Issues Database

Note: This database is for bugs and wishes only. For technical support help, if you are a customer please visit our online forums;
otherwise you can use StackOverflow.
Before using this bug-tracker we recommend a look at this document, Steema Bug Fixing Policy.



Bug 1945 - Added support for HTML in Annotation tool.
Summary: Added support for HTML in Annotation tool.
Status: RESOLVED FIXED
Alias: None
Product: HTML5 JavaScript TeeChart
Classification: Unclassified
Component: Tools (show other bugs)
Version: unspecified
Hardware: All Windows
: --- enhancement
Target Milestone: ---
Assignee: Steema Issue Manager
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-11-16 06:45 EST by Sergi
Modified: 2017-11-16 07:20 EST (History)
1 user (show)

See Also:
Chart Series: ---
Delphi / C++ Builder RAD IDE Version:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sergi 2017-11-16 06:45:57 EST
Added support for HTML in Annotation tool.
It can be used setting annotation.isDom = true.
Dom Annotation contains a.domStyle, is an string type, and it is the css of the Annotation.
In the text you can input html elements like <img>, <table>...
And finally there are two functions(a.getWidth(), a.getHeight()) that returns the width and the height of the Annotation.