I'm developping an aplication which need a large data table...
I wonder if exist a method for load this table from the disk...
[]'s
--
You received this message because you are subscribed to the Google Groups "Google Visualization API" group.
To post to this group, send email to google-visua...@googlegroups.com.
To unsubscribe from this group, send email to google-visualizati...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-visualization-api?hl=en.
But, how do I put these data on the server? The data in this format:
['number', 'number'],
example: [1, 23.44],
[2, 16.71],
...
[1000, 12.09]
On 14 dez, 13:34, Roni Biran <roni.bi...@gmail.com> wrote:
> what do you mean by "load from disk"? do you mean to upload to the google
> servers?
> you are the one who creates the page. you can upload the file into a google
> spreadsheet and query that spreadsheet for charts generation.
>
> here is an excellent sample:http://code.google.com/apis/ajax/playground/?type=visualization#using...