Getting data from Fusion Tables became more complex when they deprecated the old SQL query API. You'll have to follow the documentation on the Fusion Tables API <https://developers.google.com/fusiontables/docs/v1/using> to figure out how to query the data.
User Odi <http://stackoverflow.com/users/549755/odi> on StackOverflow<http://stackoverflow.com/>was kind enough to throw together an example of querying the API <http://jsfiddle.net/odi86/Sbt2P/> (he doesn't use the Visualization API to display the data, but you can apply the same query principles). On Wednesday, September 4, 2013 4:19:25 PM UTC-4, DB wrote: > > Am having a hard time finding this anywhere -- I have a simple spreadsheet > that I want to turn into a GV geochart (by state, use total rate column) > https://www.google.com/fusiontables/data?docid=174cWrNyOVTdjPggqYs2diZcnz_33r8zUyv72cSY > > I've formatted the states by ISO-3166-2 already. > > I can't figure out how to call in the data from the fusion table, instead > of the inline data in the google sample > https://developers.google.com/chart/interactive/docs/gallery/geochart > > Thanks! > -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-visualization-api. For more options, visit https://groups.google.com/groups/opt_out.
