Thanks asgallant!

 Your contribution was both helpful and informative. I got it working
as best as I can for now.  I believe I was getting errors because I
haven't imported all my data for all points yet into fusion tables.


I have one additional query. How can I display just years on the x
axis as labels. I am pulling the years from a column in one of my
tables (fusion tables). The labels are appearing as ie.) Dec 9, 1970
12:00:00:00 pm and I would like to just show 1970. Any suggestions
greatly appreciated.

Thanks again,
Michael

On Oct 26, 1:31 pm, asgallant <[email protected]> wrote:
> Is the problem on page load or when clicking on the map?
>
> If it's when you click on the map, you are assigning the variable tmp
> twice; the first time is fine, but the second time you are trying to assign
> it the value of the variable G05OJ023, when I suspect you intended to pass
> the string "G05OJ023".
>
> If it's on page load, you commented out the setOnLoadCallback call, which
> you need.  The call to drawVisualization from setOnLoadCallback can't pass
> the name, so you'll need to use an intermediary function:
>
> function foo () {
>     drawVisualization('default name');}
>
> google.setOnLoadCallback(foo);

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-visualization-api?hl=en.

Reply via email to