You should use the corechart package, as linechart is deprecated. There is a problem with the structure of your DataTable, as the last two columns you specify as type "string", but they should be type "number".
On Thursday, May 9, 2013 5:11:08 AM UTC-4, [email protected] wrote: > > It is working now. There was an extra array element in my cols object of > JSON due to which it was not working. > Thanks a lot. > > In my charts, the tooltips are coming on mouse-click and not mouseover and > no tooltips are coming on the legend text. Can someone advise how to fix > this? > -- 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?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
