Sorry, I'm just a user, not a Chart API developer.

I believe the API was initially used internally and then made
available to us developers. As such, it's quite powerful, but there's
never been a "we'll make it look nice for you" kind of feature with
other charting tools. My guess is that it will never automatically
scale your data and attempt to create axis ticks/values, but maybe
someone on the Chart API team can chime in.

With Javascript on the client and various server-side technologies
that developers can use, are you sure you can't loop through all your
values? Somehow you're generating a list of values to pass into the
CHD parameter and it shouldn't be too CPU-intensive to find the min/
max values and calculate a suitable axis range. If you need help,
surely someone here on the forum has already done the work...

Good luck,
Keith

-- 
You received this message because you are subscribed to the Google Groups 
"Google Chart API" group.
To post to this group, send email to google-chart-...@googlegroups.com.
To unsubscribe from this group, send email to 
google-chart-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-chart-api?hl=en.

Reply via email to