Hi,
I'm able to make a basic scatterplot by pulling data from my google 
spreadsheet.

I, however, made a third column I wanted to use for tooltip messages. I'm 
not sure how to set the third column for this role. If I pull all 3 
columns, nothing will render. Things work fine if I only pull 2 columns 
(the X and Y values).

I know that things get stored during

var data = response.getDataTable();

and I was doing this:
data.addColumn({type:'string', role:'tooltip'});

when my data was actually in my javascript. Doing this with my pulled data 
doesn't work. How can I define my columns?

thanks!


-- 
You received this message because you are subscribed to the Google Groups 
"Google Chart API" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-chart-api/-/1WN7vQHk8rYJ.
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-chart-api?hl=en.

Reply via email to