Re: Line X-Y Chart: Chart not displaying properly

2009-12-16 Thread KeithB
You're specifying 12 x-axis coordinates and 13 y-axis coordinates. 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 google-chart-...@googlegroups.com. To unsubscribe from this group, send

Re: Google Chart API Axis Scaling Based on Chart Size

2009-12-16 Thread JV
One thing you can do is changing your axis scaling chxr=1,0,13362 into chxr=1,0,13362,2000 On Dec 2, 9:18 am, Tristan McCann tristan_mcc...@onesource.com wrote: Hello, Forgive me if this has been mentioned previously. I have searched the archives but have not found this specific issue. I

Scatter plot and data scaling

2009-12-16 Thread Kalphiter
I have this: http://chart.apis.google.com/chart?cht=schd=t:125,141,146,151,156,161,167,172,179|13000,13300,13400,13500,13600,13700,13800,13900,14000|47,47,47,47,47,47,47,47,47,47chxt=x,ychxr=0,125,179,5|1,13000,14000,100chds=125,179,13000,14000chs=300x250 I can't seem to understand the data

Re: Scatter plot and data scaling

2009-12-16 Thread KeithB
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

Axis Range and Labels

2009-12-16 Thread Cameron
I'm having a strange problem regarding axis ranges and labels. Here is my chart:

Re: Axis Range and Labels

2009-12-16 Thread KeithB
This appears to be a bug related to automatic resizing of bar width/ spacing (CHBH parameter). Removing your CHBH parameter completely (or *not* using the a and r resize options) will make the y-axis range display correctly. You should be able to specify pixel values for bar width/spacing to get