We rely heavily on SVG for rendering. It will work on versions of Android newer than 3.0 (Honeycomb).
Here's a handy table: http://caniuse.com/#feat=svg One thing that may trip you up is that our charts make heavy use of hover for revealing data. var options = { tooltip { trigger: 'selection' } } should make it so that touching on an element will reveal the tooltip. Here's an example: http://jsfiddle.net/veemX/2/ I played with it on my Android device, and I was able to touch the pie slices to see the tooltips. Hope that helps, Tom Thomas Rybka | Software Engineer | [email protected] | GViz On Tue, Mar 19, 2013 at 7:15 AM, Shashank Jain <[email protected]>wrote: > Hi, > > I just want to know if I can use GoogleCharts for developing mobile apps > which use the hybrid model i.e. Phonegap. > > I want to plot the graphs in my mobile app using JS and HTML. > > Can i do it in Andriod, iOS, BB, Windows8 ? > > What all OS versions are supported? > > > Thanks, > Shashank Jain > > -- > 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. > > > -- 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.
