Hi Oliver,

Google's Chart API can handle this. The URL you posted was a bit
mangled, but here's something that should get you started:

http://tinyurl.com/y9rmj7h

You'll see that I made the following changes:

"chxt=x,y"
- added; let's the API know you want both an X and Y axis

"chds=0,2208000"
- added so the API automatically scales your data (by default it's
looking for values ranging from 0--100)

"chxr=1,0,3000000"
- you were missing the first parameter (axis index)


That should get you started. Good luck and have fun,
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-...@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