As a generic answer I'd say yes, but I'd need to have a bit more context about what you're trying to do in order to help more.
What do you mean by 'data from a number of sources' ? If you can collect all the data from different sources in a single google spreadsheet (maybe in different sheets), then you can use google spreadsheet data manipulation functions to merge your sources in a format compatible for the chart you want. If each of your source accumulates data in a different spreadsheet, you can use the visualization api to query each spreadsheet and use visualization api javascript objects and functions ( http://code.google.com/apis/chart/interactive/docs/reference.html ,such as google.visualization.data.join ) to merge datatables representing each source into a single one (which you'd then feed into a chart). /R. On 27 June 2011 13:34, Barr <[email protected]> wrote: > Hi all, > > Very basic question...very much new to this! > > Will I be able to create a chart based on my own google spreadsheet > with data from a number of sources? > > -- > 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. > > -- 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.
