Re: [visualization-api] Load data from spreadsheet into Maps visualisation

2015-08-14 Thread Sanne de Boer
Hahaha ok that was really too simple. Sorry that I missed that one haha. Anyways thanks a lot! Op vrijdag 14 augustus 2015 16:04:05 UTC+2 schreef Sergey: > > Hi Sanne, > > The issue here isn't the .getDataTable() call. The issue is the types of > columns that you're trying to pass to the Map vis

Re: [visualization-api] Load data from spreadsheet into Maps visualisation

2015-08-14 Thread 'Sergey Grabkovsky' via Google Visualization API
Hi Sanne, The issue here isn't the .getDataTable() call. The issue is the types of columns that you're trying to pass to the Map visualization. Primarily, it has an issue with the third column, which is numbers. If you open the developer tools in Chrome, you can see the error "Uncaught Error: Colu

[visualization-api] Load data from spreadsheet into Maps visualisation

2015-08-14 Thread Sanne de Boer
Hi, Been trying to get to know the Google Visualizations and already got a lot of answers from reading and researching here, but I got stuck on 1 item I can't get fixed. I'm trying to load data from a Google Spreadsheet by performing a database query. Until now this works for all charts I have