Without reading your entire message, mainly just looking at your URL, maybe you didn't take into account the odd design of the Google chart API? If so you're not alone. Pretty much everyone encounters the following problem:
You used chxr but not chds. Basically, almost every chart that uses chxr should also use chds. chxr scales the LABELS, chds scales the DATA. (Use chds=a to scale the data AND labels automatically.) Example assuming 2 axis (x,y), to scale 1-10 on x axis and 2-7 on y axis: &chxr=0,1,10|1,2,7 &chds=1,10,2,7 -- 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.
