Tihauan / jsgauge

Automatically exported from code.google.com/p/jsgauge
0 stars 0 forks source link

setValue #23

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I got error message Microsoft JScript runtime error: Object doesn't support 
property or method 'toFixed' when try to set value

JScript debugger stops on 
   ret = value.toFixed( decimals ) 
     in formatValue(value, decimals) function 
       in gauge.js file
what's wrong?

Original issue reported on code.google.com by roves...@gmail.com on 7 Mar 2012 at 1:03

GoogleCodeExporter commented 9 years ago
Would it be possible for you to post a code example that demonstrates the 
problem?

Also, it looks like this is on IE? What browser version and OS are you using?

Original comment by justin.e...@gmail.com on 14 Mar 2012 at 4:42

GoogleCodeExporter commented 9 years ago
I suspect this may be the same issue:
https://code.google.com/p/jsgauge/issues/detail?id=27

Original comment by justin.e...@gmail.com on 16 Apr 2012 at 9:10