thanks! it worked, i am disappointed that the problem was so simlpe; It was just confusing because the mistake was in my code, accidentaly overwriting the 'most' variable each time, as opposed to checking to see if the current iteration was higher; read: mistake in getting the highest value, only (inefficiently) got most recent.
thanks again On May 6, 10:18 am, KeithB <[email protected]> wrote: > Hunter, > > Your data is changing (e.g. your 2009 value has grown) but you're not > changing your y-axis and data scaling parameters to match. > > An easy solution would be to set your CHDS and CHXR parameter to match > your maximum data point > value.http://chart.apis.google.com/chart?chbh=a&cht=bvs&chd=t:5,22,6,2,1,1,... > > Given that your data is quite dynamic, you'll have to come up with an > algorithm that tweaks your axis labels better. > > 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 [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group > athttp://groups.google.com/group/google-chart-api?hl=en. -- 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.
