Hi,

This is a common issue - a chart using text encoding "... lets you
specify floating point values from 0—100, inclusive, as plaintext.
Values below zero are marked as missing; values above 100 are
truncated to 100." The API can automatically scale your data if you
provide the right information to the CHDS parameter:

chds=<data set 1 minimum value>,<data set 1 maximum value>,...,<data
set n minimum value>,<data set n maximum value>

After a quick look at your two data sets, I think adding the following
will fix the issue:

chds=0,1392,0,100


Cheers,
K
--~--~---------~--~----~------------~-------~--~----~
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-api@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