Re: [visualization-api] Noob Question - sometimes Chrome displays my Google Chart, sometimes it doesn't.

2020-06-02 Thread 'Daniel LaLiberte' via Google Visualization API
Hi Alan, Are you calling google.charts.setOnLoadCallback, or using the 'callback' setting in google.charts.load? See the general instructions on how to load the library at: https://developers.google.com/chart/interactive/docs/basic_load_libs#basic-library-loading On Tue, Jun 2, 2020 at 11:09 AM

[visualization-api] Noob Question - sometimes Chrome displays my Google Chart, sometimes it doesn't.

2020-06-02 Thread GtB
Hi, Apologies if this is a stupid question. I've just started messing around with Google Charts, and worked through a few examples, which all worked. Then I created a multi-line chart - three sets of points, with 24 values on each (a value for every hour of the past 24 hours) The chart

Re: [visualization-api] Noob question

2016-02-16 Thread 'Sergey Grabkovsky' via Google Visualization API
I'm actually not quite sure how to help you at this point. I can't imagine what you're doing wrong. I'd need to help you via remote desktop or a video or something, in order to actually see what you're trying to do. On Sun, Feb 14, 2016 at 3:14 AM Susannah Jones wrote: >

Re: [visualization-api] Noob question

2016-02-14 Thread Susannah Jones
I downloaded atom, but now when I opened the file, pasted the code, and saved it as an html file, it just looks like this: À À À À. What should I do? On Friday, February 12, 2016 at 5:46:19 PM UTC-5, Sergey wrote: > > Oh wow. OK. > > I'm not really sure how you got to this point. Your HTML file

Re: [visualization-api] Noob question

2016-02-12 Thread 'Sergey Grabkovsky' via Google Visualization API
Oh wow. OK. I'm not really sure how you got to this point. Your HTML file contains the formatted (and syntax highlighted) code. Did you use TextEdit to save the file? You need to use a plain text editor, or force TextEdit to save in plain text, without formatting. I strongly recommend you use a

Re: [visualization-api] Noob question

2016-02-11 Thread Susannah Jones
I did save it as both an .htm and .html file. I'm not sure why it would be acting this way. On Thu, Feb 11, 2016 at 10:05 AM, 'Sergey Grabkovsky' via Google Visualization API wrote: > Hi Susannah, > > Did you save the file with a ".html" extension? A

Re: [visualization-api] Noob question

2016-02-11 Thread 'Sergey Grabkovsky' via Google Visualization API
Hi Susannah, Did you save the file with a ".html" extension? A lot of operating systems (namely windows) hide the extension, making it difficult to change. This means that if you create a text file called "test", it's actual filename is "test.txt", where windows hides the .txt part. If you

Re: [visualization-api] Noob question

2016-02-11 Thread 'Sergey Grabkovsky' via Google Visualization API
Just for a sanity check, would you mind taking a screenshot of your chrome window? What operating system are you using? On Thu, Feb 11, 2016 at 10:08 AM Susannah Jones wrote: > I did save it as both an .htm and .html file. I'm not sure why it would be > acting this way.

[visualization-api] Noob question

2016-02-10 Thread Susannah Jones
Hi! I'm trying to work with the beginner's tutorial with pie charts. I followed the directions, copied the source code, saved it to an html file, and then opened the said file into chrome but all I see is the source code instead of the actual pie chart. Am I missing something? -- You received

Re: [visualization-api] Noob question - new google.visualisation.Query - ReferenceError: google is not defined

2014-02-15 Thread Mahii
I have the same problem. I wanted to use google.transliteration in the javascript. But it gaves me error as *ReferenceError: google is not defined*. Please help me. *I have the same problem.* On Thursday, February 6, 2014 2:31:23 AM UTC+5:30, John Bowskill wrote: On Friday, 9 March 2012

Re: [visualization-api] Noob question - new google.visualisation.Query - ReferenceError: google is not defined

2014-02-05 Thread John Bowskill
On Friday, 9 March 2012 12:15:18 UTC, Jeremy Gooch wrote: Hi, Thanks for the reply. I was hoping to use the query functionality within the API in order to select unique values from a large (3000x70) spreadsheet grid of data - which includes about 200 different values. It seemed like

Re: [visualization-api] Noob question - new google.visualisation.Query - ReferenceError: google is not defined

2012-03-09 Thread Jeremy Gooch
Hi, Thanks for the reply. I was hoping to use the query functionality within the API in order to select unique values from a large (3000x70) spreadsheet grid of data - which includes about 200 different values. It seemed like an efficient approach rather than walking through the grid and

[visualization-api] Noob question - new google.visualisation.Query - ReferenceError: google is not defined

2012-03-07 Thread Jeremy Gooch
Hi, I'm trying to write a Google spreadsheet macro to process a large stack of data (e.g. to create a list of unique values from a wide range so I can generate some column headings on another sheet). I've previously used the Google query language API within Sites via data source