You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working with some large numbers in pie charts. I came across some incorrect values in scientific format. The value of L1 should be 3.31E+10 but it's showing 3.31E+1. Same error is seen in L2.
Nice catch @chiehrosswang! Looks to me as though we're stripping trailing zeros - on the assumption that they're coming after a decimal point, but in this case the zero is in the exponent instead 🤦
I am working with some large numbers in pie charts. I came across some incorrect values in scientific format. The value of L1 should be 3.31E+10 but it's showing 3.31E+1. Same error is seen in L2.
Below is a snip of the code and here is a working example: http://jsfiddle.net/3u05bo89/12/.
The text was updated successfully, but these errors were encountered: