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 -- 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.
