Hello,

The quick fix is to text encode your values (chd=t:0,0,299,0,0|...).

You're going to want to re-read the Data Formats section of the
documentation: http://code.google.com/apis/chart/docs/data_formats.html

You're using simple encoding (chd=s:...) which "... lets you specify
integer values from 0—61, inclusive, encoded by a single alphanumeric
character." Your first data set (AAgAA) equates to text encoded values
of "0, 0, 32, 0, 0" and (32/61 * 579 = 303.74).

Hope that helps,
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 at 
http://groups.google.com/group/google-chart-api?hl=en.

Reply via email to