Search found 31 matches
- Tue Jul 15, 2014 4:50 pm
- Forum: JavaScript / HTML5
- Topic: tracking old tickets?
- Replies: 9
- Views: 20340
Re: tracking old tickets?
I see its flagged as "high importance" Is there an estimated turn arounded on that?
- Tue Jul 15, 2014 4:48 pm
- Forum: JavaScript / HTML5
- Topic: Chart.draw(); gives error d.toFixed is not a function?
- Replies: 9
- Views: 20972
- Tue Jul 15, 2014 12:52 pm
- Forum: JavaScript / HTML5
- Topic: tracking old tickets?
- Replies: 9
- Views: 20340
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...
- Tue Jul 15, 2014 12:46 pm
- Forum: JavaScript / HTML5
- Topic: Chart.draw(); gives error d.toFixed is not a function?
- Replies: 9
- Views: 20972
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?
- Mon Jul 14, 2014 1:05 pm
- Forum: JavaScript / HTML5
- Topic: tracking old tickets?
- Replies: 9
- Views: 20340
Re: tracking old tickets?
So the Status: CONFIRMED, only means its understood and I'm guessing no work was done?
- Mon Jul 14, 2014 1:01 pm
- Forum: JavaScript / HTML5
- Topic: Chart.draw(); gives error d.toFixed is not a function?
- Replies: 9
- Views: 20972
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
this.addData( eval( "["+Xdata +"]"), eval( "["+Ydata+"]" ), .5, "ellipse" );
but not I get this error.
TypeError: text.split is not a function
- Mon Jul 14, 2014 12:53 pm
- Forum: JavaScript / HTML5
- Topic: Chart.draw(); gives error d.toFixed is not a function?
- Replies: 9
- Views: 20972
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...
- Fri Jul 11, 2014 4:12 pm
- Forum: JavaScript / HTML5
- Topic: Chart.draw(); gives error d.toFixed is not a function?
- Replies: 9
- Views: 20972
Re: Chart.draw(); gives error d.toFixed is not a function?
this seems to do it.
- Fri Jul 11, 2014 3:37 pm
- Forum: JavaScript / HTML5
- Topic: tracking old tickets?
- Replies: 9
- Views: 20340
Re: tracking old tickets?
can you also move these over?
TF77016700
TF77016688
TF77016700
TF77016688
- Fri Jul 11, 2014 2:36 pm
- Forum: JavaScript / HTML5
- Topic: tracking old tickets?
- Replies: 9
- Views: 20340
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 ) ?
- Fri Jul 11, 2014 1:35 pm
- Forum: JavaScript / HTML5
- Topic: Chart.draw(); gives error d.toFixed is not a function?
- Replies: 9
- Views: 20972
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...
- Fri Aug 30, 2013 1:15 pm
- Forum: JavaScript / HTML5
- Topic: some times lables have missing data.
- Replies: 6
- Views: 16286
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)
<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)
- Fri Aug 30, 2013 1:02 pm
- Forum: JavaScript / HTML5
- Topic: some times lables have missing data.
- Replies: 6
- Views: 16286
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], ...
- Wed Aug 28, 2013 12:31 pm
- Forum: JavaScript / HTML5
- Topic: new to steema need help with 3dcharts
- Replies: 12
- Views: 26193
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.
- Wed Aug 28, 2013 12:22 pm
- Forum: JavaScript / HTML5
- Topic: smoothing does not work in my design?
- Replies: 6
- Views: 15436
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.