Hi All,
I'm not trying to query by label. :)
That said, this will probably be something very simple I'm missing,
but I can't seem to set a label for an aggregate function in my
query. For example:
The Query:
query.setQuery('SELECT avg(C),avg(D),avg(E),avg(F),avg(G),avg(H) GROUP
BY dayofweek(A)');
What I'd really like to do, is set the x-axis to be "Monday,"
"Tuesday," etc. and set the labels in the legend to "Average Headcount
for Room 1, "Average Headcount for Room 2," etc. Currently, nothing
appears on the x-axis and the legend looks like "avg of Room
1." ("Room 1" is the header in the Google Spreadsheet)
Unfortunately, looking at the documentation, I don't see where I'm
supposed to apply the labels. What am I missing?
Thanks,
Adam
--
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.