Joel, To use a google spreadsheet as your data, you should be able to follow the instructions at https://developers.google.com/chart/interactive/docs/spreadsheets One example is shown in the Playground: https://code.google.com/apis/ajax/playground/?type=visualization#data_source_request but it works with an IntensityMap not in a dashboard.
To use spreadsheet data with a dashboard is very similar to using local data. The complication is that you will have to wait for the data to be returned, when your handler is called, before you can proceed with drawing the dashboard. Hope that helps. I can put together an example if you are still having trouble. dan On Thu, Jan 17, 2013 at 2:42 AM, Joel <[email protected]> wrote: > > > Currently I am only able to create a local database, can anyone direct me > as to how I can go about creating a dashboard that uses a google > spreadsheet as a database. > > -- > You received this message because you are subscribed to the Google Groups > "Google Visualization API" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/google-visualization-api/-/lxHCIsGmhpMJ. > 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. > -- Daniel LaLiberte <https://plus.google.com/100631381223468223275?prsrc=2> - 978-394-1058 [email protected] <[email protected]> 562D 5CC, Cambridge MA [email protected] <[email protected]> 9 Juniper Ridge Road, Acton MA -- 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.
