Search found 10 matches

by Microsolutions
Fri Jun 03, 2016 2:52 pm
Forum: JavaScript / HTML5
Topic: SideAll and Labels
Replies: 4
Views: 10755

Re: SideAll and Labels

Hello,

when can we expect the fixed JS version?

Best regards,
MS
by Microsolutions
Fri Jun 03, 2016 2:49 pm
Forum: JavaScript / HTML5
Topic: JavaScript Exporter
Replies: 1
Views: 6633

JavaScript Exporter

Hello, I hope this is the proper forum to report some JavaScript exporter problems. I use TeeChart Pro v2016.18.160504 32bit VCL version. Using the TJavascriptExportFormat class, it seems that some of the required properties are not exported, even if the teechart.js can handle them (I tried to inser...
by Microsolutions
Thu May 19, 2016 12:04 pm
Forum: JavaScript / HTML5
Topic: Bar Transparency
Replies: 2
Views: 7671

Re: Bar Transparency

Hello,

thanks for the explanation, it works fine now.

Best regards,
MS
by Microsolutions
Wed May 18, 2016 8:53 am
Forum: JavaScript / HTML5
Topic: Bar Transparency
Replies: 2
Views: 7671

Bar Transparency

Hello, please check the following code: <!DOCTYPE html> <head> <title>Bar Transparency</title> <script type="text/javascript" src="https://www.steema.com/files/public/teechart/html5/latest/src/teechart.js"></script> <script type="text/javascript"> function draw() { var Chart1=new Tee.Chart("Canvas1"...
by Microsolutions
Fri May 13, 2016 5:50 pm
Forum: JavaScript / HTML5
Topic: SideAll and Labels
Replies: 4
Views: 10755

Re: SideAll and Labels

Hello,

of course I use it with more values, I just tried to make the example as simle as possible.

Thanks for creating the bugreports.

Best regards,
MS
by Microsolutions
Thu May 12, 2016 3:14 pm
Forum: JavaScript / HTML5
Topic: SideAll and Labels
Replies: 4
Views: 10755

SideAll and Labels

Hello, please check the following code: <!DOCTYPE html> <head> <title>SideAll</title> <script type="text/javascript" src="https://www.steema.com/files/public/teechart/html5/latest/src/teechart.js"></script> <script type="text/javascript"> function draw() { Chart1=new Tee.Chart("Canvas1"); var Series...
by Microsolutions
Thu May 12, 2016 2:55 pm
Forum: JavaScript / HTML5
Topic: Stacked Bars
Replies: 2
Views: 8209

Re: Stacked Bars

Hello,

many thanks for the quick bugfix!

Best regards,
MS
by Microsolutions
Thu May 12, 2016 1:01 pm
Forum: JavaScript / HTML5
Topic: ColorEach
Replies: 3
Views: 8964

Re: ColorEach

Hello,

many thanks for the quick bugfix. How can I get the fixed JS file?

Best regards,
MS
by Microsolutions
Tue May 10, 2016 3:48 pm
Forum: JavaScript / HTML5
Topic: Stacked Bars
Replies: 2
Views: 8209

Stacked Bars

Hello, please check the following sample code: <!DOCTYPE html> <head> <title>Stacked Bars</title> <script src="https://www.steema.com/files/public/teechart/html5/latest/src/teechart.js" type="text/javascript"></script> <script type="text/javascript"> function draw() { var Chart1=new Tee.Chart("Canva...
by Microsolutions
Tue May 10, 2016 3:42 pm
Forum: JavaScript / HTML5
Topic: ColorEach
Replies: 3
Views: 8964

ColorEach

Hello, using the following HTML5 code the "ColorEach" does not work as expected: <!DOCTYPE html> <head> <title>ColorEach</title> <script type="text/javascript" src="https://www.steema.com/files/public/teechart/html5/latest/src/teechart.js"></script> <script type="text/javascript"> function draw() { ...