Hello groupmates,
I've been using google chart quite often lately and I have a
suggestion on the axis range.
As I've tested, currently google chart api supports very hugh
numbers as well as very small ones, but the way it displays these
numbers is not working well enough. No matter how big the number is,
it always display the integer part fully and two digits in maximum
after the decimal point. In that case, 3.0e+8 would be displayed
300000000 and 3.0e-8 would be presented as a zero. It's acceptable for
a range of 3.0e-8 to 1000(which would be 0~1000, where 3.0e-8 and 0
are undistinguishable), but not 3.0e-8 to 3.1e-8(both are displayed
0).
So I am wondering if it's possible to fix this problem.
Thanks for the api. It's really cool.
Alex
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Chart API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/google-chart-api?hl=en
-~----------~----~----~----~------~----~------~--~---