Thanks for getting back to me.
> Not at this time, no.
I think we may struggle when we get a small amount of variation in the
data, with large numbers? You just get a big block of green with a
slightly wavy line on top.
Any plans for updates in the near future?
--
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-c...@googlegroups.com.
To unsubscribe from this group, send email to google-chart-a...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-chart-api?hl=en.
> 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...
I posted a simple php class to do this on my blog ages ago:
http://marcus.bointon.com/archives/88-Google-Charts-API-Simple-and-Extended-Encoders-in-PHP.html
It supports auto-scaling to a maximum and truncating below a minimum.
Marcus
Who says you have to point it directly at google? Why not point it at your own script so you get a chance to pre-process it? I do that anyway to work around the broken SSL cert on google.com. I'd guess you're probably already hosting images for your newsletters anyway, so it's not much further than that.
Marcus
--
Marcus Bointon
Synchromedia Limited: Creators of http://www.smartmessages.net/
UK resellers of info@hand CRM solutions
mar...@synchromedia.co.uk | http://www.synchromedia.co.uk/
Specifies how to scale the horizontal axis to render the values within the chart area. The following string values are supported:
haxis.viewWindow.min and haxis.viewWindow.max to be ignored.
haxis.viewWindow.min and
haxis.viewWindow.max to be ignored.
haxis.viewWindow.min and
haxis.viewWindow.max.) Data values outside these values will be cropped. You
must specify an hAxis.viewWindow object describing the maximum and minimum
values to show.
This option is only supported for a
continuous
axis.
haxis.viewWindow.min and
haxis.viewWindow.max take precedence if used.