[visualization-api] Re: Newbie problem with dashboard and Map

2013-03-22 Thread asgallant
We can't test your PHP code, can you post the javascript output by the PHP? Open the page in a browser, view the page source, and paste it here. On Friday, March 22, 2013 10:18:29 AM UTC-4, Mike Sherman wrote:

Re: [visualization-api] Re: Newbie problem with dashboard and Map

2013-03-22 Thread Thomas Rybka
Posting the JS will definitely help, but I think the problem is just that your .bind statements need to be changed. Try this: dashboard.bind([namePicker, eventPicker], [map, table]); Thomas Rybka | Software Engineer | try...@google.com | Google Thomas Rybka | Software Engineer |

[visualization-api] Re: Newbie problem with dashboard and Map

2013-03-22 Thread Mike Sherman
Here is the script code from the source view. I removed a lot of the geoData.addRow, I didn't think it was needed. There were several hundred of them. They should be fine, because the table is showing up fine. Thanks for looking. script type=text/javascript google.load('visualization',

[visualization-api] Re: Newbie problem with dashboard and Map

2013-03-22 Thread asgallant
I put this code in a JSfiddle and cleaned up the dashboard binding a bit: http://jsfiddle.net/asgallant/kwAvQ/. Is that operating the way you expect it to? On Friday, March 22, 2013 10:18:29 AM UTC-4, Mike Sherman wrote:

[visualization-api] Re: Newbie problem with dashboard and Map

2013-03-22 Thread Mike Sherman
I'm still getting the same One or more participants failed to draw() error. and the a is not iterable error. I have no variable of a?? I am only using the google.load('visualization', '1.0', {packages: ['controls', 'map']}); Is there another one that I might be missing? On Friday, March 22,

[visualization-api] Re: Newbie problem with dashboard and Map

2013-03-22 Thread asgallant
Are you getting that error when running the fiddle, or in your code? On Friday, March 22, 2013 11:54:07 AM UTC-4, Mike Sherman wrote: I'm still getting the same One or more participants failed to draw() error. and the a is not iterable error. I have no variable of a?? I am only using the

Re: [visualization-api] Re: Newbie problem with dashboard and Map

2013-03-22 Thread Mike Sherman
Both On Fri, Mar 22, 2013 at 12:28 PM, asgallant drew_gall...@abtassoc.comwrote: Are you getting that error when running the fiddle, or in your code? On Friday, March 22, 2013 11:54:07 AM UTC-4, Mike Sherman wrote: I'm still getting the same One or more participants failed to draw()

Re: [visualization-api] Re: Newbie problem with dashboard and Map

2013-03-22 Thread asgallant
That's odd, the fiddle code works in all browsers for me. What is your operating system? What browsers do you see the problem in? On Friday, March 22, 2013 12:29:10 PM UTC-4, Mike Sherman wrote: Both On Fri, Mar 22, 2013 at 12:28 PM, asgallant drew_g...@abtassoc.comjavascript: wrote:

Re: [visualization-api] Re: Newbie problem with dashboard and Map

2013-03-22 Thread Mike Sherman
I have been using firefox and chrome, firefox gives me the error and chrome shows nothing at all. IE will show it correctly if I choose to show unsecure content. I am using this over an https:\\ address. I did not think that was an issue, but I guess it could be. Thanks again for taking the time

Re: [visualization-api] Re: Newbie problem with dashboard and Map

2013-03-22 Thread Mike Sherman
I changed my script src= calls to https:\\ and it seem to have fixed the issue in chrome and IE. Firefox is still having the same issue. Thank you for the bind corrections, those were the initial problem. On Fri, Mar 22, 2013 at 1:34 PM, Mike Sherman mike.sherman...@gmail.comwrote: I have been

Re: [visualization-api] Re: Newbie problem with dashboard and Map

2013-03-22 Thread asgallant
Good news/bad news: I was able to replicate the problem in Firefox, and it seems to have something to do with the internal code for the ChartWrapper; it isn't something wrong with your code. There is a way to hack around the problem by driving an intermediate visualization off of the controls,