Hello,
when can we expect the fixed JS version?
Best regards,
MS
Search found 10 matches
- Fri Jun 03, 2016 2:52 pm
- Forum: JavaScript / HTML5
- Topic: SideAll and Labels
- Replies: 4
- Views: 12671
- Fri Jun 03, 2016 2:49 pm
- Forum: JavaScript / HTML5
- Topic: JavaScript Exporter
- Replies: 1
- Views: 7631
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...
- Thu May 19, 2016 12:04 pm
- Forum: JavaScript / HTML5
- Topic: Bar Transparency
- Replies: 2
- Views: 8837
Re: Bar Transparency
Hello,
thanks for the explanation, it works fine now.
Best regards,
MS
thanks for the explanation, it works fine now.
Best regards,
MS
- Wed May 18, 2016 8:53 am
- Forum: JavaScript / HTML5
- Topic: Bar Transparency
- Replies: 2
- Views: 8837
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"...
- Fri May 13, 2016 5:50 pm
- Forum: JavaScript / HTML5
- Topic: SideAll and Labels
- Replies: 4
- Views: 12671
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
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
- Thu May 12, 2016 3:14 pm
- Forum: JavaScript / HTML5
- Topic: SideAll and Labels
- Replies: 4
- Views: 12671
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...
- Thu May 12, 2016 2:55 pm
- Forum: JavaScript / HTML5
- Topic: Stacked Bars
- Replies: 2
- Views: 9415
Re: Stacked Bars
Hello,
many thanks for the quick bugfix!
Best regards,
MS
many thanks for the quick bugfix!
Best regards,
MS
- Thu May 12, 2016 1:01 pm
- Forum: JavaScript / HTML5
- Topic: ColorEach
- Replies: 3
- Views: 10381
Re: ColorEach
Hello,
many thanks for the quick bugfix. How can I get the fixed JS file?
Best regards,
MS
many thanks for the quick bugfix. How can I get the fixed JS file?
Best regards,
MS
- Tue May 10, 2016 3:48 pm
- Forum: JavaScript / HTML5
- Topic: Stacked Bars
- Replies: 2
- Views: 9415
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...
- Tue May 10, 2016 3:42 pm
- Forum: JavaScript / HTML5
- Topic: ColorEach
- Replies: 3
- Views: 10381
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() { ...