KeithB
unread,Dec 16, 2009, 2:45:41 PM12/16/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Chart API
You have three datasets (x-coords, y-coords, optional size), but are
only specifying data scaling information for two. The API is therefore
expecting your size values (third dataset) to be between 13000 and
14000. From the documentation: "If you supply fewer data scaling
parameters than there are data sets, the last scaling parameter is
applied to the remaining data sets."
Add ",0,100" to your CHDS parameter to fix.
Cheers,
Keith