The Table chart is the most direct way to see whatever data you have requested from your google spreadsheet. https://developers.google.com/chart/interactive/docs/gallery/table
There are a couple different ways to access the data to create a chart, partly documented on: https://developers.google.com/chart/interactive/docs/spreadsheets The ChartWrapper class with a dataSourceUrl parameter, or alternatively, the drawChart() method, makes it a bit easier because it handles the waiting for data internally: https://developers.google.com/chart/interactive/docs/reference#chartwrapperobject https://developers.google.com/chart/interactive/docs/reference#google.visualization.drawchart On Fri, Dec 26, 2014 at 8:52 PM, Enkhtuvshin Amgalanbayar < [email protected]> wrote: > Thank you it helps a lot but I do have one more question. > > Is there any script or something like that where I can directly link the > graph so that it will show the numbers that I have on my google spreadsheet. > > Thank you again > > -- > 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/d/optout. > -- Daniel LaLiberte <https://plus.google.com/100631381223468223275?prsrc=2> - 978-394-1058 [email protected] <[email protected]> 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 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/d/optout.
