Re: [visualization-api] Re: SharePoint Google Dashboard

2014-05-09 Thread Isaac Sogunro
Thanks! I made it a single call. Still not sure why the chart shows for a second and then the pge reloads On Thu, May 8, 2014 at 11:25 PM, Andrew Gallant asgallant...@gmail.comwrote: It looks like your queries run, the table and chart draw, and then the page reloads. I don't see anything

[visualization-api] Re: 0 rows sometimes. Inconsistent datatable query result

2014-05-09 Thread Jeremy Faller
Are you checking the query reponse's isError function? On Thursday, May 8, 2014 5:34:13 PM UTC-4, John Richardson wrote: Hello, Google fusion tables sometimes returns 0 rows even though the next time I execute the same query it returns the correct number of rows. This often happens

Re: [visualization-api] Re: Pie Chart (Pie Slice labels)

2014-05-09 Thread Isaac Sogunro
Is it possible to change the percentage on the leader lines to whole numbers? http://jsfiddle.net/asgallant/FN36W/88/ On Tue, May 6, 2014 at 4:43 PM, Andrew Gallant asgallant...@gmail.comwrote: The legend, in this case, is the labels on the leader lines, so if you wanted a second legend, you

[visualization-api] Querying a Spreadsheet: Not correct when only string values

2014-05-09 Thread HRansome
So I ran into something I was not expecting. If I try to query a spreadsheet that has columns that only have strings (no numbers), it doesn't grab/load the information correctly. It combines all rows into one. After chasing the wrong squirrel for a while, I figured out if I add a column and

Re: [visualization-api] Re: Pie Chart (Pie Slice labels)

2014-05-09 Thread Andrew Gallant
No. On Friday, May 9, 2014 1:25:19 PM UTC-4, TheInnovator wrote: Is it possible to change the percentage on the leader lines to whole numbers? http://jsfiddle.net/asgallant/FN36W/88/ On Tue, May 6, 2014 at 4:43 PM, Andrew Gallant asgall...@gmail.comjavascript: wrote: The legend, in

Re: [visualization-api] Re: Pie Chart (Pie Slice labels)

2014-05-09 Thread Isaac Sogunro
Ok. Thanks! On Fri, May 9, 2014 at 1:40 PM, Andrew Gallant asgallant...@gmail.comwrote: No. On Friday, May 9, 2014 1:25:19 PM UTC-4, TheInnovator wrote: Is it possible to change the percentage on the leader lines to whole numbers? http://jsfiddle.net/asgallant/FN36W/88/ On Tue, May

[visualization-api] Re: Querying a Spreadsheet: Not correct when only string values

2014-05-09 Thread Andrew Gallant
That looks like a bug to me. You can file a bug report on it herehttp://code.google.com/p/google-visualization-api-issues/issues/list, though it's technically a bug with the spreadsheets rather than the Visualization API. On Friday, May 9, 2014 1:28:08 PM UTC-4, HRansome wrote: So I ran

[visualization-api] Re: 0 rows sometimes. Inconsistent datatable query result

2014-05-09 Thread John Richardson
Yes, I am checking with the response.isError() function as well as hasWarning. Both do not capture any problems. However, I did notice that when i convert the datatable to JSON, I see that the number of rows (totalrows value) is actually -1 even though the getNumberOfRows() is 0. I was then

[visualization-api] Re: Querying a Spreadsheet: Not correct when only string values

2014-05-09 Thread HRansome
Woo it's not me! And thank you. I'm more than happy to post the bug report to spreadsheets rather than Visualization API if you could point me in the right direction. Figuring out how to customize the CSS to a control slider bar has been less painful than trying to figure out where to post a

Re: [visualization-api] Re: Querying a Spreadsheet: Not correct when only string values

2014-05-09 Thread 'Jon Orwant' via Google Visualization API
No need to file that report; I'll forward this conversation to the right folks inside Google. Jon On Fri, May 9, 2014 at 3:53 PM, HRansome sioba...@gmail.com wrote: Woo it's not me! And thank you. I'm more than happy to post the bug report to spreadsheets rather than Visualization API if you

Re: [visualization-api] Re: Querying a Spreadsheet: Not correct when only string values

2014-05-09 Thread HRansome
Well that works too. Thank you! On Friday, May 9, 2014 12:54:56 PM UTC-7, orw...@google.com wrote: No need to file that report; I'll forward this conversation to the right folks inside Google. Jon On Fri, May 9, 2014 at 3:53 PM, HRansome siob...@gmail.com javascript:wrote: Woo it's