Re: Chart not displaying correct image

2010-07-29 Thread Dustin Geckeler
Hi Keith, So when I added the chof=validate option to the end of my url, the graphs that were not working correctly (usually the first time on page load) still displayed incorrectly. But when I refreshed the page (which fixes the problem) the graphs did not display. The URLs were the same though,

Re: google-o-meter needle color

2010-07-29 Thread ptr
Learn we will. Thanks. On Jul 29, 12:19 am, Busa busa...@gmail.com wrote: not stuck, play you must ;) http://chart.apis.google.com/chart?chs=300x150cht=gmchco=FF9900, FF|3072F3chd=t:70chtt=O+meter msg window crops so cut and paste as one line in browser On Jul 23, 2:40 am, ptr

bug @ chart api web

2010-07-29 Thread Bahjaat
@ http://code.google.com/intl/nl/apis/chart/docs/post_requests.html form action='http://chart.apis.google.com/chart' method='POST' chid ='post_form' onsubmit=this.action = 'http://chart.apis.google.com/chart? chid=' + (new Date()).getMilliseconds(); return true; should be form

Re: Chart not displaying correct image

2010-07-29 Thread KeithB
Sorry, Dustin, but I can't find anything that might be of issue with your chart URL. If you haven't already, I'd try gathering more information using Fiddler2. If its not a browser or connection issue, I'd look for possible API bugs by making multiple copies of your IMG and modify the URL (by

Re: Chart Img Map for 3D

2010-07-29 Thread KeithB
Your absolutely right, Srikanth, I just wasn't thorough in testing. Definitely a bug in coordinate generation. I tried specifying data in text format (chd=t:30,30,40) while adhering to the 0-100 default text range to see if it was a data scaling issue but received the same results (incorrect

Re: Chart Img Map for 3D

2010-07-29 Thread Sree ...
cool thx! fyi: its working perfectly in non-3d pie-chart. And so am switching back to that for the time being :) though I like the 3D much On Thu, Jul 29, 2010 at 10:09 PM, KeithB kbornho...@gmail.com wrote: Your absolutely right, Srikanth, I just wasn't thorough in testing. Definitely a bug