This is a javascript error (not a Chart API issue) on the line you
provided:

url += "&chxt=y&chxl=0:|"+min+"|"+max"|"&

Walk through each part:

url = url + "....." + min + "|" + max"|"&

My guess is that it's a problem with:   max"|"&


Good luck,
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 [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