Figured it out.
It's chart.draw(res.getDataTable(), {displayAnnotations: true});
instead of chart.draw(data, {displayAnnotations: true});
On Mar 24, 3:24 pm, Ivan <[email protected]> wrote:
> Hi,
>
> I'm new at this, but upon following some examples I ended up with this
> code:http://pastie.org/885501
>
> For the data source I installed mc-goog-visualization, and it appears
> to be working properly. Here's the result of the query executed by the
> previous code:http://pastie.org/885505
>
> If instead of using a query I use a plain DataTable, it works fine, so
> I guess there's something in the data source that's causing the issue,
> but I'm at a loss.
>
> Thanks!
--
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.