[visualization-api] Re: Is Google Charts Down?

2014-05-08 Thread Andrew Gallant
You are loading the release candidate version (1.1) instead of the production version (1). The release candidate was updated today, so it is likely that you called the API in the midst of the update; your charts draw fine now. I would recommend switching to the production version unless you h

[visualization-api] Re: SharePoint Google Dashboard

2014-05-08 Thread Andrew Gallant
It looks like your queries run, the table and chart draw, and then the page reloads. I don't see anything in your chart code that would cause a page reload, so it is likely somewhere else. The only problem I see is with your google.load calls, and it wouldn't cause the page to reload. You sh

[visualization-api] Is Google Charts Down?

2014-05-08 Thread Anthony Milano
I did make some changes recently but I think everything is ok on my side. Getting this error: b.1 is not a function and One or more particpants failed to draw ?? Example link that should work: http://www.towncharts.com/California/Demographics/San-Francisco-city-CA-Demographics-data.html b.

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

2014-05-08 Thread John Richardson
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 when I don't execute a query for a few minutes. It's almost like it times out but still returns a valid SQL response. Here is an e

[visualization-api] SharePoint Google Dashboard

2014-05-08 Thread TheInnovator
Any body know why my charts are not rendering? My data is coming from a sharepoint list (http://isaac.issharepoint.com/Lists/Ticketing%20System/AllItems.aspx). Here's my dashboard: http://isaac.issharepoint.com/Web%20Part%20Page/solCenterDashboard.aspx Attached is my code. Thanks for any help

[visualization-api] Google Charts New Release Candidate: v39, May 8, 2014

2014-05-08 Thread 'George Madrid' via Google Visualization API
We have pushed a new release candidate - v39. This version is available to all users requesting "v1.1" of the library. *Candidate release date:* May 8, 2014 On this date, users can switch to the new version of Google Charts by loading version 1.1 of the visualization library. *New features / bugs

[visualization-api] Re: adding title to gauge charts (asked before, but response was quite slim)

2014-05-08 Thread Andrew Gallant
You need to add the title in HTML. If you want to get complicated, the Gauges create a inside the chart div, so you could try to target the 's inside the to add titles, But unless your needs require that level of complexity, I would just add the title to your HTML. On Thursday, May 8, 2014 1

[visualization-api] Re: Creating dashboard filter for column not exposed in the table

2014-05-08 Thread Andrew Gallant
Use the ChartWrapper's "view" parameter to tell the chart which columns to use. As an example, if the first column in the DataTable (column 0) contains each person's origin, the second column (column 1) contains each person's name, and the third column (column 2) contains each person's lifting

[visualization-api] adding title to gauge charts (asked before, but response was quite slim)

2014-05-08 Thread RosaL
Hi there, I may be quite daft, but I can't figure out how to add a title to a gauge chart. Any one have any tips? Someone mentioned putting it in the element of the , but I'm not clear how to do this. thanks! -- You received this message because you are subscribed to the Google Groups "Goog

[visualization-api] Re: Simple combo of multiple gauge charts -can't figure out why they don't load

2014-05-08 Thread RosaL
Thanks Jeremy! You made my day. On Thursday, May 8, 2014 3:52:54 PM UTC+1, Jeremy Faller wrote: > > You need > > "chart1.draw" > > and > > "chart2.draw" > > Here's the code in a fiddle: > > http://jsfiddle.net/BBasj/ > > On Thursday, May 8, 2014 6:20:38 AM UTC-4, RosaL wrote: >> >> Hey there, >> >

[visualization-api] Re: Simple combo of multiple gauge charts -can't figure out why they don't load

2014-05-08 Thread Jeremy Faller
You need "chart1.draw" and "chart2.draw" Here's the code in a fiddle: http://jsfiddle.net/BBasj/ On Thursday, May 8, 2014 6:20:38 AM UTC-4, RosaL wrote: > > Hey there, > > I'm just making a simple combo of multiple gauge charts on a page. Can't > seem to figure out what I'm doing wrong. Any

[visualization-api] Creating dashboard filter for column not exposed in the table

2014-05-08 Thread RosaL
Ok so let me see if I can explain this better. Let's say I want to create a simple column chart dashboard which pulls data from a spreadsheet. The values rank people based on the number of pounds they can lift. There is also another column that lists where each person is from. I want to create

[visualization-api] Simple combo of multiple gauge charts -can't figure out why they don't load

2014-05-08 Thread RosaL
Hey there, I'm just making a simple combo of multiple gauge charts on a page. Can't seem to figure out what I'm doing wrong. Any tips would be glorious - thanks SO much in advance. https://www.google.com/jsapi";> // Load the Visualization API and the guagechart pack

[visualization-api] Re: How spread points on Line chart for duplicate data

2014-05-08 Thread Missy
Dear Andrew, Thank you so much for your response and help. This is great. I really appreciate your help. Apology for the silly mistakes as I am still learning javascript and understanding the API. Thanks a lot. :) -- You received this message because you are subscribed to the Google Group