Search found 31 matches

by sct
Tue Jul 15, 2014 4:50 pm
Forum: JavaScript / HTML5
Topic: tracking old tickets?
Replies: 9
Views: 17615

Re: tracking old tickets?

I see its flagged as "high importance" Is there an estimated turn arounded on that?
by sct
Tue Jul 15, 2014 12:52 pm
Forum: JavaScript / HTML5
Topic: tracking old tickets?
Replies: 9
Views: 17615

Re: tracking old tickets?

This is most certainly an appropriate response, though in the interest of using your API, issues like (TF77016692) where the browser just dies resulting in a bad user experience puts us in the position of shopping for another chart client. It's been close to a year since the issue was reported and i...
by sct
Tue Jul 15, 2014 12:46 pm
Forum: JavaScript / HTML5
Topic: Chart.draw(); gives error d.toFixed is not a function?
Replies: 9
Views: 18106

Re: Chart.draw(); gives error d.toFixed is not a function?

This works, will this be the best practices or would the API accept text at some point?
by sct
Mon Jul 14, 2014 1:05 pm
Forum: JavaScript / HTML5
Topic: tracking old tickets?
Replies: 9
Views: 17615

Re: tracking old tickets?

So the Status: CONFIRMED, only means its understood and I'm guessing no work was done?
by sct
Mon Jul 14, 2014 1:01 pm
Forum: JavaScript / HTML5
Topic: Chart.draw(); gives error d.toFixed is not a function?
Replies: 9
Views: 18106

Re: Chart.draw(); gives error d.toFixed is not a function?

I made it work with
this.addData( eval( "["+Xdata +"]"), eval( "["+Ydata+"]" ), .5, "ellipse" );
but not I get this error.
TypeError: text.split is not a function
by sct
Mon Jul 14, 2014 12:53 pm
Forum: JavaScript / HTML5
Topic: Chart.draw(); gives error d.toFixed is not a function?
Replies: 9
Views: 18106

Re: Chart.draw(); gives error d.toFixed is not a function?

could have something to do with this (see number 2) "how to use an array without eval'ing it? " http://www.teechart.net/support/viewtopic.php?f=18&t=14255 I had issues with that before. This is what I found in the read me Release Notes 14th December 2012 TeeChart for JavaScript v1.4 Sourcecode versi...
by sct
Fri Jul 11, 2014 3:37 pm
Forum: JavaScript / HTML5
Topic: tracking old tickets?
Replies: 9
Views: 17615

Re: tracking old tickets?

can you also move these over?

TF77016700
TF77016688
by sct
Fri Jul 11, 2014 2:36 pm
Forum: JavaScript / HTML5
Topic: tracking old tickets?
Replies: 9
Views: 17615

tracking old tickets?

I tried to enter a year old issue in to the bug tracker and didn't see any info on it. How can I track these ( i.e TF77016692 ) ?
by sct
Fri Jul 11, 2014 1:35 pm
Forum: JavaScript / HTML5
Topic: Chart.draw(); gives error d.toFixed is not a function?
Replies: 9
Views: 18106

Chart.draw(); gives error d.toFixed is not a function?

I have some code that worked with steema some time last year and I just updated to the saltest. Going through the code to make sure all is in order and ran in to this error. Here is my code leading up to the error. The very last line causes the error. this.UIDiv.removeChild( this.canvas ); this.canv...
by sct
Fri Aug 30, 2013 1:15 pm
Forum: JavaScript / HTML5
Topic: some times lables have missing data.
Replies: 6
Views: 14169

Re: some times lables have missing data.

after viewing your example I see its correct. So in an effort to figure it out I change the size to
<br><canvas id="canvas1" width="400" height="400">
and now the missing data shows up. So this may be related to the other issue (TF77016700)
by sct
Fri Aug 30, 2013 1:02 pm
Forum: JavaScript / HTML5
Topic: some times lables have missing data.
Replies: 6
Views: 14169

Re: some times lables have missing data.

Sorry about that, the second string needed element separators. this.Zdata = [[1, 1, 1, 1, 1, 1, 1, 1], [0.8, 0.83, 0.9, 0.936, 1, 1, 1, 1], [0.8, 0.83, 0.9, 0.936, 1, 1, 1, 1], [0.805, 0.835, 0.902, 0.938, 1, 1, 1, 1], [0.84, 0.863, 0.92, 0.951, 1, 1, 1, 1], [0.908, 0.924, 0.95, 0.972, 1, 1, 1, 1], ...
by sct
Wed Aug 28, 2013 12:31 pm
Forum: JavaScript / HTML5
Topic: new to steema need help with 3dcharts
Replies: 12
Views: 23234

Re: new to steema need help with 3dcharts

Everything is the same for includes. When I use the demo in IE,opera, safarI just get a grey blank map. Unfortunately dont get errors. FF is the only browser that for for me.
by sct
Wed Aug 28, 2013 12:22 pm
Forum: JavaScript / HTML5
Topic: smoothing does not work in my design?
Replies: 6
Views: 13485

Re: smoothing does not work in my design?

well it took me a long while to figure it out but i found it. You changed the 3rd parameter in addData to a .5 instead of my .05. This is the smoothing setting I guess .05 was not enough. Had to use a compare plugin to figure it out.